summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2026-01-06 00:49:08 +0100
committerJonas Bernoulli <jonas@bernoul.li>2026-01-06 00:49:08 +0100
commit8c249dcfd25d105df68f20428f3ed107c9cf73be (patch)
tree90b0536fe9a97495f72962904dfdfaffa2e3665c /.github
parent150e9d625ba28747812a7243f79d61ea927aacc6 (diff)
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.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATES/config.yml11
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.