From 59d1c5bebbae5470b2ac5d6e15b5643f3de993e9 Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Wed, 19 Jul 2023 18:29:51 -0700 Subject: [PATCH] Use "bug report" tag, not "unconfirmed bug" --- .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 53b4917f..5af1c3ac 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug Report description: I think I've found a bug in Jasmine -labels: ["unconfirmed bug"] +labels: ["bug report"] body: - type: markdown attributes: