From 7f5769ab70a3484bcb814c2517e2665655e85834 Mon Sep 17 00:00:00 2001 From: Stevie Robinson Date: Tue, 6 Dec 2022 07:59:36 +0100 Subject: [PATCH] Git issue template update --- .github/ISSUE_TEMPLATE/bug_report.yml | 11 ++++------- .github/ISSUE_TEMPLATE/feature_request.yml | 7 +++---- .github/SUPPORT.md | 7 ------- 3 files changed, 7 insertions(+), 18 deletions(-) delete mode 100644 .github/SUPPORT.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4cfd0d7e8..2baa649a5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,13 +1,13 @@ name: Bug Report -description: 'Support Requests will be closed immediately, if you are not 100% certain this is a bug please go to our Reddit, Discord, Forums, or IRC first. Exceptions do not mean you found a bug!' +description: 'Support Requests will be closed immediately, if you are not 100% certain this is a bug please go to our Reddit, Discord, Forums, or IRC first. Exceptions do not mean you found a bug! Sonarr v2 is EOL & unsupported.' labels: ['needs-triage'] body: - type: checkboxes attributes: label: Is there an existing issue for this? - description: Please search to see if an issue already exists for the bug you encountered. + description: Please search to see if an open or closed issue already exists for the bug you encountered. If a bug exists and it is closed as complete it may not yet be in a stable release. options: - - label: I have searched the existing issues + - label: I have searched the existing open and closed issues required: true - type: textarea attributes: @@ -74,9 +74,6 @@ body: label: Anything else? description: | Links? Screenshots? References? Anything that will give us more context about the issue you are encountering! - ***Generally speaking, all bug reports must have trace logs provided.*** - Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. validations: - required: true - required: true + required: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 52a8192b9..cd224373c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -5,9 +5,9 @@ body: - type: checkboxes attributes: label: Is there an existing issue for this? - description: Please search to see if an issue already exists for the feature you are requesting. + description: Please search to see if an open or closed issue already exists for the feature you are requesting. If a feature request exists and it is closed as complete it may not yet be in a stable release. options: - - label: I have searched the existing issues + - label: I have searched the existing open and closed issues required: true - type: textarea attributes: @@ -32,7 +32,6 @@ body: label: Anything else? description: | Links? References? Mockups? Anything that will give us more context about the feature you are encountering! - Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. validations: - required: true + required: false diff --git a/.github/SUPPORT.md b/.github/SUPPORT.md deleted file mode 100644 index 7adf10efb..000000000 --- a/.github/SUPPORT.md +++ /dev/null @@ -1,7 +0,0 @@ -## Support - -There are a number of frequently asked questions that have been answered in our [FAQ](https://wiki.servarr.com/sonarr/faq) - -The [wiki](https://wiki.servarr.com/sonarr) contains other information and guides - -Please use one of the support channels: [forums](https://forums.sonarr.tv/), [subreddit](https://www.reddit.com/r/sonarr/), [discord ](https://discord.gg/M6BvZn5), or [IRC](https://web.libera.chat/?channels=#sonarr)for support/questions. \ No newline at end of file