diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATES/config.yml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATES/config.yml b/.github/ISSUE_TEMPLATES/config.yml index 739d6a9..d206795 100644 --- a/.github/ISSUE_TEMPLATES/config.yml +++ b/.github/ISSUE_TEMPLATES/config.yml @@ -1,20 +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" + - 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/q-a + - 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/#Top + url: https://docs.magit.vc/transient about: The fine manual may also be of use. |
