From 1ec554ad1c90af993c769f2d6d0b511fa098b476 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 31 May 2022 09:19:34 +0200 Subject: [PATCH] Add "Status: Triage" to bug report --- .github/ISSUE_TEMPLATE/bugreport.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bugreport.yaml b/.github/ISSUE_TEMPLATE/bugreport.yaml index f31971ab2a..fe15f31a38 100644 --- a/.github/ISSUE_TEMPLATE/bugreport.yaml +++ b/.github/ISSUE_TEMPLATE/bugreport.yaml @@ -1,6 +1,6 @@ name: Bug Report description: Create a report to help us fix issues. -labels: "Type: Bug" +labels: ["Type: Bug", "Status: Triage"] body: - type: markdown attributes: