From e186fc212f0dfef939bc415e5fd779376b5a20ce Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Mon, 7 Nov 2022 12:57:35 -0600 Subject: [PATCH] Correct contents of empty title string Not allowed to be empty --- .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 e0b1946dcc..4c6d9d2afe 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -1,6 +1,6 @@ name: Report an Issue description: File an issue report -title: "" +title: "[Issue] " labels: ["needs triage"] body: - type: checkboxes