diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index 4315cabe4..9a4357c52 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -11,7 +11,7 @@ body: Before you make a bug report, please check our existing resources to see if it has already been discussed/reported: - [Reported bugs](https://github.com/shrinerb/shrine/issues) - [GitHub Discussions](https://github.com/shrinerb/shrine/discussions/) - - [Shrine Discourse (A Question / Answer Forum)](https://discourse.shrinerb.com/) + - [Discourse](https://discourse.shrinerb.com/) (alternative forum) - type: textarea attributes: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1c7fc7f3c..5df00d679 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ 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 the [forum]. Otherwise Github gets overwhelmed with issues and it is very difficult for the maintainers to manage. + are not sure that the behavior is a bug, ask about it on the [forum] or on [Github Discussions]. Otherwise Github gets overwhelmed with issues and it is very difficult for the maintainers to manage. 2. If you are sure it is a bug, then post a complete description of the issue, the simplest possible [self-contained example] showing the problem (please do review the link), and the full backtrace of any exception. @@ -59,6 +59,7 @@ Code of Conduct Everyone interacting in the Shrine project’s codebases, issue trackers, chat rooms, and mailing lists is expected to follow the [Shrine code of conduct]. +[Github Discussions]: https://github.com/shrinerb/shrine/discussions [forum]: https://discourse.shrinerb.com [Shrine code of conduct]: https://github.com/shrinerb/shrine/blob/master/CODE_OF_CONDUCT.md [libmagic]: https://github.com/threatstack/libmagic diff --git a/README.md b/README.md index 722d28090..934bbd637 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ guide]**. | Website & Documentation | [shrinerb.com](https://shrinerb.com) | | Demo code | [Roda][roda demo] / [Rails][rails demo] | | Wiki | [github.com/shrinerb/shrine/wiki](https://github.com/shrinerb/shrine/wiki) | +| Help (Preferred) | [Github Discussions](https://github.com/shrinerb/shrine/discussions) | | Help & Discussion | [discourse.shrinerb.com](https://discourse.shrinerb.com) | ## Setup diff --git a/SELF_CONTAINED_EXAMPLE.md b/SELF_CONTAINED_EXAMPLE.md index d29c405ef..cb0132e93 100644 --- a/SELF_CONTAINED_EXAMPLE.md +++ b/SELF_CONTAINED_EXAMPLE.md @@ -148,6 +148,7 @@ If you would like to debug or step through Shrine's code using the above templat 8. Run `ruby template_name.rb`. +[Github Discussions]: https://github.com/shrinerb/shrine/discussions [forum]: https://discourse.shrinerb.com [Shrine code of conduct]: https://github.com/shrinerb/shrine/blob/master/CODE_OF_CONDUCT.md [libmagic]: https://github.com/threatstack/libmagic diff --git a/website/core/Footer.js b/website/core/Footer.js index bb2aa57de..1aabfbdcf 100755 --- a/website/core/Footer.js +++ b/website/core/Footer.js @@ -31,12 +31,12 @@ class Footer extends React.Component { Contributing