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: '' ---