github: Add Discussions issue template
This adds an issue form geared specifically toward bug reports, and links to GitHub discussions for feature requests and enhancements instead, with the mindset of improving intake triage.
This commit is contained in:
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Suggestion or feature request
|
||||
url: https://github.com/runelite/runelite/discussions/categories/ideas
|
||||
about: Got an idea of something which should be changed or added? Search for or start a new discussion!
|
||||
- name: Help
|
||||
url: https://github.com/runelite/runelite/discussions/categories/q-a
|
||||
about: Need support or think you've encountered a bug? Check the Q&A section!
|
||||
Reference in New Issue
Block a user