From c603edb6985b7ff5d827273108d56b9c08c178b8 Mon Sep 17 00:00:00 2001 From: Luke Weiler Date: Mon, 19 Dec 2022 02:33:52 -0500 Subject: [PATCH] Fix bug-report.md not adding bug label --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index c2fdf03..fec4bf3 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -2,7 +2,7 @@ name: Report a Bug about: Submit a bug report title: '' -labels: Bug +labels: ["Bug"] assignees: '' ---