From 8c249dcfd25d105df68f20428f3ed107c9cf73be Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Tue, 6 Jan 2026 00:49:08 +0100 Subject: templates: Promote new triage discussion category Also fix link to support category, tweak link to manual, and try harder to grab the reader's attention, using hand signals. --- .github/ISSUE_TEMPLATES/config.yml | 11 +++++++---- 1 file 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. -- cgit v1.0