From 0425aeb66d1266cdf31a34c19b3925126934e173 Mon Sep 17 00:00:00 2001 From: Qstick Date: Mon, 29 Jun 2020 21:04:52 -0400 Subject: [PATCH] Fix Default Bug/Feature Templates --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++++- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 3 +++ 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 985b66efd..703dd18f4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,10 @@ --- name: Bug report -about: Create a report to help us improve +about: Support requests will be closed immediately, if you are unsure go to our Discord + or Subreddit first. Exceptions do not mean you found a bug! +title: '' +labels: Type: Bug +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..e47ccd14b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Support via Discord + url: https://discord.gg/8Y7rDc9 + about: Chat with users and devs on support and setup related topics. + - name: Support via Reddit + url: https://reddit.com/r/lidarr + about: Discuss and search thru support topics. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 066b2d920..948e3f2da 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,9 @@ --- name: Feature request about: Suggest an idea for this project +title: '' +labels: Type: Enhancement +assignees: '' ---