From 05775a9bd05e9ee8c4dba14fb3b9694523dcff1c Mon Sep 17 00:00:00 2001 From: Stevie Robinson Date: Fri, 9 Dec 2022 15:11:27 +0100 Subject: [PATCH] Fix bug_report.yml description field field was over 200 chars and apparantely not valid|! --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2baa649a5..c2979607b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,5 @@ 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! Sonarr v2 is EOL & unsupported.' +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. Sonarr v2 is EOL & unsupported.' labels: ['needs-triage'] body: - type: checkboxes