From 2e1cd05d54184e64845f7849ff8bf638bfde2b01 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Wed, 24 Jun 2020 07:35:50 -0700 Subject: [PATCH] github: Remove bug label from newly filed bugs We've been using the bug label for "confirmed" bugs. Many issues filed as bugs turn out not to be bugs, but we've not generally remembered to remove the bug label. This has been causing trouble for tracking bug closure rate, as the data is now mostly garbage. This change is to put us back into our old flow where confirmed bugs have the label. --- .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 6c2e4b414b..b6998dde7c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,6 @@ --- name: Report a bug about: Create a bug report to help us improve -labels: bug ---