Add links to GitHub Discussions (#1353)

This commit is contained in:
Sean 2022-06-15 22:59:59 +02:00 committed by GitHub
parent f6a0f4bbc1
commit eaabf74f57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ There is [extensive documentation on Ransack](https://activerecord-hackery.githu
* File an issue if a bug is caused by Ransack, is new (has not already been reported), and _can be reproduced from the information you provide_. * File an issue if a bug is caused by Ransack, is new (has not already been reported), and _can be reproduced from the information you provide_.
* Please consider adding a branch with a failing spec describing the problem. * Please consider adding a branch with a failing spec describing the problem.
* Contributions are welcome. :smiley: * Contributions are welcome. :smiley:
* Please do not use the issue tracker for personal support requests. Stack Overflow is a better place for that where a wider community can help you! * Please do not use the issue tracker for personal support requests. Stack Overflow or [GitHub Discussions](https://github.com/activerecord-hackery/ransack/discussions) is a better place for that where a wider community can help you!
## Contributions ## Contributions
@ -54,9 +54,9 @@ broken or missing. A failing spec to demonstrate the issue is awesome. A pull
request with passing tests is even better! request with passing tests is even better!
* Before filing an issue or pull request, be sure to read and follow the * Before filing an issue or pull request, be sure to read and follow the
[Contributing Guide](CONTRIBUTING.md). [Contributing Guide](CONTRIBUTING.md).
* Please use Stack Overflow or other sites for questions or discussion not * Please use Stack Overflow or [GitHub Discussions](https://github.com/activerecord-hackery/ransack/discussions) for questions or discussion not
directly related to bug reports, pull requests, or documentation improvements. directly related to bug reports, pull requests, or documentation improvements.
* Spread the word on Twitter, Facebook, and elsewhere if Ransack's been useful * Spread the word on social media if Ransack's been useful
to you. The more people who are using the project, the quicker we can find and to you. The more people who are using the project, the quicker we can find and
fix bugs! fix bugs!