diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/config.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..d206795 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,23 @@ +blank_issues_enabled: false +contact_links: + - name: "âī¸ Unsure if this is a bug, suggestion or support request đ please open a discussion đ" + url: https://github.com/magit/transient/discussions/categories/triage + about: Start a discussion without having to specify its kind upfront. + - name: "đ Please support my work on Transient 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/transient/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 đ please open a discussion đ" + url: https://github.com/magit/transient/discussions/categories/support + about: Please keep in mind that our bandwidth is limited. + - name: "âšī¸ Transient FAQ" + url: https://docs.magit.vc/transient/FAQ.html + about: Others might have had the same question before. + - name: "âšī¸ Transient Manual" + url: https://docs.magit.vc/transient + about: The fine manual may also be of use. |
