From 8f67cf6bb68f53313a4afc7df21ef8d11181f8b4 Mon Sep 17 00:00:00 2001 From: Eric Wang <37554696+ericwang401@users.noreply.github.com> Date: Sat, 13 Jan 2024 15:45:03 -0600 Subject: [PATCH] Include bug tag with bug reports --- .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 52fd9cc70ce..3436761a13b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,6 +1,6 @@ name: Bug Report description: Something isn't working quite right in the software. -labels: [not confirmed] +labels: [ bug,not confirmed ] body: - type: markdown attributes: