From 48594ca0a4b1498379ee9f032da28e40af204907 Mon Sep 17 00:00:00 2001 From: othercorey Date: Thu, 7 May 2026 14:18:30 -0500 Subject: [PATCH] Set issue type in bug report template --- .github/ISSUE_TEMPLATE/bug_report.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 200934e86..d40295565 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,7 +1,8 @@ --- name: Bug Report description: File a bug report -labels: ["needs: investigation", "type: bug"] +labels: ["needs: investigation"] +type: Bug body: - type: markdown attributes: