From 7b707ca399a7d104c97cba37abc7790bff5b36f9 Mon Sep 17 00:00:00 2001 From: blam Date: Sat, 29 Oct 2022 18:33:44 -0400 Subject: [PATCH] chore: we don't have type: bug as a label Signed-off-by: blam --- .github/ISSUE_TEMPLATE/bug.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index f847f84770..5e42b6d5c6 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -1,7 +1,8 @@ name: '🐛 Bug Report' description: 'Submit a bug report to help us improve' title: '🐛 Bug Report: ' -labels: ['type: bug'] +labels: + - bug body: - type: markdown attributes: