From 8db6c146c8f2b8f8c1e81f273ad7dc3ed11be57c Mon Sep 17 00:00:00 2001 From: Damon Harris Date: Wed, 8 Nov 2023 10:31:19 +0530 Subject: [PATCH] Fix bug report labels (#112) They should be labelled as `bug`s, not `question`s! --- .github/ISSUE_TEMPLATE/BugReport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BugReport.yml b/.github/ISSUE_TEMPLATE/BugReport.yml index eb22dec7..c6c22bb3 100644 --- a/.github/ISSUE_TEMPLATE/BugReport.yml +++ b/.github/ISSUE_TEMPLATE/BugReport.yml @@ -1,7 +1,7 @@ --- name: 🐛 Bug Report description: Stumbled upon an error? Submit a bug report. -labels: [question] +labels: [bug] body: - type: markdown attributes: