From fcb20d0ae8167e756a5aaeeb2fd0a999c4093220 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 17 Jun 2025 13:10:52 +0200 Subject: [PATCH] Remove bug label from issue template (#5955) Don't label new issues with the bug label by default. We started making use of issue types, so if anything, this should be type "Bug". However, we prefer to leave the type unspecified until the issue has been triaged. --- .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 5307c37b2..c7ced032d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,5 @@ name: Bug Report Form description: Report an issue related to the Home Assistant Supervisor. -labels: bug body: - type: markdown attributes: