From 56171f957e5bbb5219b8c5d77380ca1a04c8ed0f Mon Sep 17 00:00:00 2001 From: "Pedro S. Lopez" Date: Sat, 13 Feb 2021 11:29:16 -0400 Subject: [PATCH] chore: don't auto set bug label on issues This should be manually added when it's confirmed a bug --- .github/ISSUE_TEMPLATE/bug_report.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0e0c788..e648041 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,6 @@ name: Bug report about: Is something not working as intended? Report it here. title: '' -labels: bug assignees: '' ---