From 6dfa35a8eb570f32cfb6c88f40ab2ed6dc99e329 Mon Sep 17 00:00:00 2001 From: 0x5c Date: Fri, 2 Apr 2021 03:32:40 -0400 Subject: [PATCH] Added issue chooser config, +tag for bug reports --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d024aa1..bc4043f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug Report description: Report a bug to help us improve this project -labels: [bug] +labels: [bug, 'needs triage'] body: - id: description type: textarea diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..de28f65 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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