From b33af1f94c7376b0d62b55bc72650461bd690724 Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Fri, 5 Nov 2021 14:14:17 +0200 Subject: [PATCH] github: Don't automatically add labels to bug reports Many bug reports are not about bugs (e.g. just hard to understand behavior and so on) and some of the remaining are not about bugs in our project. It's up to the person doing bug triage to mark whether one believes this is really a bug or no. Adding "bug" label to everything just introduces noise. --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 208e7058..0f0e3191 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,5 @@ name: Bug Report description: File a bug report (for questions, ideas & support, use the Discussions tab, or IRC for quick answers, but make sure to stay on the channel!) -labels: [bug, triage] body: - type: markdown attributes: