diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 655c870..1da115a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,13 +1,16 @@ blank_issues_enabled: false contact_links: - - name: "đĄ Suggest a feature" - url: https://github.com/magit/magit/discussions - about: Start a discussion suggest an improvement or a new feature. + - name: "đ Please support my work on Magit and other Emacs projects" + url: https://github.com/sponsors/tarsius + about: Thanks! Any support helps. These donations from users are my only income. + - name: "đĄ Suggest a feature â please open a discussion instead of an issue" + url: https://github.com/magit/magit/discussions/categories/ideas + about: Start a discussion suggesting an improvement or a new feature. - name: "đ Ask the community for support" url: https://www.reddit.com/r/emacs about: Please also consider supporting others. - - name: "đ Ask the maintainers for support" - url: https://github.com/magit/magit/discussions + - name: "đ Ask the maintainers for support â please open a discussion" + url: https://github.com/magit/magit/discussions/categories/q-a about: Please keep in mind that our bandwidth is limited. - name: "âšī¸ Magit FAQ" url: https://magit.vc/manual/magit/FAQ.html |
