From dc14d05c9f223d0b1f4e143ad41d7d73d6b7d696 Mon Sep 17 00:00:00 2001 From: Drake Date: Wed, 24 Jan 2024 01:59:54 +0000 Subject: [PATCH] Add needs-verification tag to new bugs --- .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 3644483..4ea131b 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,needs-verification assignees: '' ---