From 503e16ea7e0c5e3824776850110a9f32689e680c Mon Sep 17 00:00:00 2001 From: Michael Stenta Date: Mon, 15 Feb 2021 06:51:47 -0500 Subject: [PATCH] Fix bug label in bug report ISSUE_TEMPLATE. --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index de93757ba..32a890473 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,8 +1,7 @@ --- name: Bug report about: Create a report to help us improve. -labels: - - bug +labels: bug ---