From 4662cf7699ed8add9d46081b9049ca7c82e1bd56 Mon Sep 17 00:00:00 2001 From: Benson Wong Date: Fri, 15 Aug 2025 15:38:12 -0700 Subject: [PATCH] add 'unconfirmed bug' as default label in bug-report.md --- .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 8ed05f0..3b31aa3 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -2,7 +2,7 @@ name: Bug Report about: I found a defect title: '' -labels: bug +labels: 'unconfirmed bug' assignees: '' ---