From 2115c0c906d4c5963420e775411c5e7aa13edf53 Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Thu, 10 Dec 2020 15:14:21 -0500 Subject: [PATCH] chore: remove default label on bug issue --- .github/ISSUE_TEMPLATE/{bug_report.md => bug-report.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{bug_report.md => bug-report.md} (96%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug-report.md similarity index 96% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/bug-report.md index 08f9d4a..db21bf2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -2,7 +2,7 @@ name: "\U0001F41B Bug report" about: Report a bug for this project title: '' -labels: 'type: bug' +labels: '' assignees: jef ---