mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
dev: fix issue links
Turns out the about: field is required.
This commit is contained in:
25
.github/ISSUE_TEMPLATE/config.yml
vendored
25
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,21 +1,32 @@
|
|||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: 📝 Suggest or request a new feature
|
- name: 📝 Feature Request
|
||||||
url: https://github.com/orgs/doomemacs/discussions/new?category=ideas
|
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
|
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
|
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
|
url: https://github.com/doomemacs/community/discussions/categories/announcements
|
||||||
|
about: "Follow project news, releases, and announcements"
|
||||||
- name: Official Documentation
|
- name: Official Documentation
|
||||||
url: https://docs.doomemacs.org
|
url: https://docs.doomemacs.org
|
||||||
about: "Also available from within Doom: `M-x doom/help`"
|
about: "Also available from within Doom: `M-x doom/help`"
|
||||||
# - name: Community Wiki
|
# - name: Community Wiki
|
||||||
# url: https://wiki.doomemacs.org
|
# 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
|
- name: Visit our Discussions board
|
||||||
url: https://doomemacs.org/discuss
|
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
|
url: https://doomemacs.org/discord
|
||||||
- name: All community resources
|
about: "A less formal space to chat, get to know the community, and get help quick"
|
||||||
url: https://github.com/doomemacs/?view_as=public
|
|
||||||
|
Reference in New Issue
Block a user