From cab27813d5cdd64b297551f4ad4e80eb03755fa5 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 25 Jun 2025 18:50:59 +0200 Subject: [PATCH] dev: fix issue links Turns out the about: field is required. --- .github/ISSUE_TEMPLATE/config.yml | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 00ef4c368..6784136eb 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,21 +1,32 @@ blank_issues_enabled: false contact_links: - - name: 📝 Suggest or request a new feature + - name: 📝 Feature Request url: https://github.com/orgs/doomemacs/discussions/new?category=ideas - - name: 📝 Ask for help from the community + about: "Suggest or request a new feature or change" + - name: 📝 User Support url: https://doomemacs.org/discuss/new?category=questions - - name: 📝 Request a pinned package be bumped + about: "Ask the community for help" + - name: 📝 Bump Request url: https://github.com/orgs/doomemacs/discussions/new?category=re-modules&title=[Bump Request] &body=%23%23%23%20Packages%20to%20bump%0A%0A-%20PackageA%0A-%20PackageB%0A-%20PackageB%0A%0A%23%23%23%20Why%20should%20they%20be%20bumped%20outside%20of%20the%20typical%20bump%20schedule%3F%0A%0ABecause%20...%3F - - name: 📣 Project news & announcements + about: "Request a pinned package be bumped" + - name: 📣 Announcements url: https://github.com/doomemacs/community/discussions/categories/announcements + about: "Follow project news, releases, and announcements" - name: Official Documentation url: https://docs.doomemacs.org about: "Also available from within Doom: `M-x doom/help`" # - name: Community Wiki # url: https://wiki.doomemacs.org + # about: "The Community-maintained wiki" + - name: Frequently asked questions + url: https://docs.doomemacs.org/latest/faq + about: "Answers to common questions and solutions for frequently brought up issues" + - name: Do-not-PR list + url: https://doomemacs.org/donotpr + about: "A list of pull requests that won't be accepted" - name: Visit our Discussions board url: https://doomemacs.org/discuss - - name: Visit our Discord server + about: "Our public discussion and support forum" + - name: Visit our Discord url: https://doomemacs.org/discord - - name: All community resources - url: https://github.com/doomemacs/?view_as=public + about: "A less formal space to chat, get to know the community, and get help quick"