diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2020-12-09 17:10:44 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2020-12-09 17:10:44 +0100 |
| commit | acfe22ab60a56c61aae3ca6d4f2b7b826fe3b071 (patch) | |
| tree | 16c104e5ea29914941ed9391c74bba67a1d65fd6 /.github/CONTRIBUTING.md | |
| parent | 9e9f7cb3d260bd14e15307831a2820112c9a77ac (diff) | |
Ask users to use Github's new Discussions feature for support
Diffstat (limited to '.github/CONTRIBUTING.md')
| -rw-r--r-- | .github/CONTRIBUTING.md | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 9676a32..c548d6f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,3 +1,13 @@ +Asking for help +=============== + +To ask for help please use the **Discussions** feature. To open +a new discussion, click [here][new] and then click on <kbd>Select +Category</kbd>, most likely to select the **Q&A** category. + +Alternatively you can ask for help on the Emacs [StackExchange][se] +site (using the `magit` tag) or on the Emacs [subreddit]. + Reporting issues and suggesting features ======================================== @@ -33,7 +43,11 @@ Please also consider to contribute by making a [monetary donation][donations]. -[donations]: https://magit.vc/donate/ -[issues]: https://github.com/magit/magit/issues -[metadocs]: https://github.com/magit/magit/wiki/Documentation-tools-and-conventions -[pulls]: https://github.com/magit/magit/pulls +[discussions]: https://github.com/magit/magit/discussions +[donations]: https://magit.vc/donate/ +[issues]: https://github.com/magit/magit/issues +[metadocs]: https://github.com/magit/magit/wiki/Documentation-tools-and-conventions +[new]: https://github.com/magit/magit/discussions/new +[pulls]: https://github.com/magit/magit/pulls +[se]: https://emacs.stackexchange.com +[subreddit]: https://www.reddit.com/r/emacs |
