From f43aacb96a7fe63c19118c924ce65d822643a1c8 Mon Sep 17 00:00:00 2001 From: Craig Alvord Date: Mon, 14 Oct 2024 10:06:01 -0700 Subject: [PATCH] Add "Bug" issue type to bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 66b2b97..accfc03 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,6 @@ name: Report a Bug description: Something not working as expected? Create an issue to help us improve. +type: "Bug" body: - type: checkboxes id: pre-flight