From 1c6863dd27a1ffc26206c8fb6d219f6f85effd36 Mon Sep 17 00:00:00 2001 From: Winter <78392041+winterqt@users.noreply.github.com> Date: Fri, 6 Aug 2021 15:11:04 -0400 Subject: [PATCH] Fix Bug Report issue template The `title` key is optional, but must not be empty if specified. --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 24f9bb034..9f557d227 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,4 @@ name: Bug Report -title: "" 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!' labels: ['needs-triage'] body: