From b00181667146445400d82decdc8ea7f486800545 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Tue, 7 Nov 2023 08:59:54 -0800 Subject: [PATCH] chore: change default bug label to be bug-unconfirmed --- .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 3fb827a..98e754f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: bug +labels: bug-unconfirmed assignees: '' ---