diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 4ede884b6..b06fff9c2 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -10,13 +10,12 @@ body: - need help - want to request a feature - want do anything else other than submit a bug report - then please use [GitHub Discussions](https://github.com/jeremyevans/sequel/discussions) or the [sequel-talk Google Group](https://groups.google.com/g/sequel-talk). + then please use [GitHub Discussions](https://github.com/jeremyevans/sequel/discussions) ## Check Before Submission Before you submit a bug report, please check our existing resources to see if it has already been discussed/reported: - [Reported bugs](https://github.com/jeremyevans/sequel/issues?q=is%3Aissue+is%3Aclosed) - [GitHub Discussions](https://github.com/jeremyevans/sequel/discussions/) - - [sequel-talk Google Group](https://groups.google.com/g/sequel-talk) - type: textarea attributes: label: Complete Description of Issue diff --git a/CONTRIBUTING b/CONTRIBUTING index bb5ee0ee1..d9db226af 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -3,8 +3,8 @@ Issue Guidelines 1) Issues should only be created for things that are definitely bugs. If you are not sure that the behavior is a bug, ask about it on - GitHub Discussions or the sequel-talk Google Group. GitHub Issues - should not be used as a help forum. + GitHub Discussions. GitHub Issues should not be used as a help + forum. 2) If you are sure it is a bug, then post a complete description of the issue, the simplest possible self-contained example showing @@ -41,7 +41,7 @@ Pull Request Guidelines be merged. Pull requests should not be used to "start a conversation" about a possible code change. If the pull request requires a conversation, that conversation should take - place on GitHub Discussions or the sequel-talk Google Group. + place on GitHub Discussions. 7) Pull requests are generally closed as soon as it appears that the branch will not be merged. However, discussion about the code can diff --git a/README.rdoc b/README.rdoc index 7d20e589d..f1e34b819 100644 --- a/README.rdoc +++ b/README.rdoc @@ -22,10 +22,9 @@ RDoc Documentation :: https://sequel.jeremyevans.net/rdoc Source Code :: https://github.com/jeremyevans/sequel Bug tracking (GitHub Issues) :: https://github.com/jeremyevans/sequel/issues Discussion Forum (GitHub Discussions) :: https://github.com/jeremyevans/sequel/discussions -Alternate Discussion Forum (sequel-talk Google Group) :: http://groups.google.com/group/sequel-talk If you have questions about how to use Sequel, please ask on -GitHub Discussions or the sequel-talk Google Group. +GitHub Discussions. Only use the the bug tracker to report bugs in Sequel, not to ask for help on using Sequel. diff --git a/www/pages/development.html.erb b/www/pages/development.html.erb index 2c768afa7..60d5988a9 100644 --- a/www/pages/development.html.erb +++ b/www/pages/development.html.erb @@ -4,7 +4,7 @@
To report a bug in Sequel, use GitHub Issues. If you aren't sure if something is a bug, post a question on GitHub Discussions or the Google Group.
-Note that GitHub Issues should not be used to ask questions about how to use Sequel, use GitHub Discussions or the Google Group for that.
+To report a bug in Sequel, use GitHub Issues. If you aren't sure if something is a bug, post a question on GitHub Discussions.
+Note that GitHub Issues should not be used to ask questions about how to use Sequel, use GitHub Discussions.
diff --git a/www/pages/links.html.erb b/www/pages/links.html.erb index a653fb50d..9d5687209 100644 --- a/www/pages/links.html.erb +++ b/www/pages/links.html.erb @@ -111,15 +111,6 @@ -