mirror of
https://github.com/miaowware/qrm2.git
synced 2025-06-25 04:55:20 -04:00
Added issue chooser config, +tag for bug reports
This commit is contained in:
parent
3de71f7325
commit
6dfa35a8eb
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: Report a bug to help us improve this project
|
description: Report a bug to help us improve this project
|
||||||
labels: [bug]
|
labels: [bug, 'needs triage']
|
||||||
body:
|
body:
|
||||||
- id: description
|
- id: description
|
||||||
type: textarea
|
type: textarea
|
||||||
|
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: Feature Request
|
||||||
|
url: https://github.com/miaowware/qrm2/discussions/new?category=ideas
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
- name: Support
|
||||||
|
url: https://github.com/miaowware/qrm2/discussions/new?category=support
|
||||||
|
about: Get help with qrm in GitHub Discussions
|
||||||
|
- name: Support (Discord)
|
||||||
|
url: https://discord.gg/SwyjdDN
|
||||||
|
about: Get help with qrm on Discord
|
Loading…
x
Reference in New Issue
Block a user