diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index b06fff9c2..020fecf4a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -16,6 +16,8 @@ body: 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/) + - [Archived sequel-talk](https://www.mail-archive.com/sequel-talk@googlegroups.com/) + - type: textarea attributes: label: Complete Description of Issue diff --git a/README.rdoc b/README.rdoc index bbe5a4d98..cc6ada054 100644 --- a/README.rdoc +++ b/README.rdoc @@ -22,6 +22,7 @@ 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 +Archived Discussion Forum (sequel-talk Google Group) :: https://www.mail-archive.com/sequel-talk@googlegroups.com/ If you have questions about how to use Sequel, please ask on GitHub Discussions. diff --git a/www/pages/development.html.erb b/www/pages/development.html.erb index 60d5988a9..f00244493 100644 --- a/www/pages/development.html.erb +++ b/www/pages/development.html.erb @@ -4,7 +4,7 @@