From 2f5c1f721879bc19df68fc6bde53af9976f8eda8 Mon Sep 17 00:00:00 2001 From: dangotbanned <125183946+dangotbanned@users.noreply.github.com> Date: Sat, 11 Jan 2025 16:02:50 +0000 Subject: [PATCH] chore: Add `needs-triage` to new bug reports A simple indicator of whether or not a maintainer has responded yet --- .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: