From f1ae31e41fc3b68f951b31bc3668a111a5624d42 Mon Sep 17 00:00:00 2001 From: Dan Redding <125183946+dangotbanned@users.noreply.github.com> Date: Thu, 16 Jan 2025 15:07:35 +0000 Subject: [PATCH] chore: Add `needs-triage` to new bug reports (#3769) --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index b9112fb45..67e5268c3 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,6 +1,6 @@ name: Bug report description: Report something that is broken -labels: ["bug"] +labels: ["bug", "needs-triage"] body: - type: markdown attributes: