From ab7f4bad98a38c497389a7180f708f0b844f7162 Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Mon, 6 Jan 2025 09:30:30 +0100 Subject: [PATCH] add "0. Needs triage" to bug template Signed-off-by: tobiasKaminsky --- .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 7158a3b5e..38c978979 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: "🐞 Bug report" description: "Help us improving by reporting a bug" -labels: [ "bug" ] +labels: [ "bug", "0. Needs triage" ] body: - type: markdown attributes: