From 503bb13035287651c2733eb9ee77e7882da3133f Mon Sep 17 00:00:00 2001 From: Daniel Lando Date: Wed, 19 Oct 2022 17:35:28 +0200 Subject: [PATCH] chore: remove title from issues template --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 - .github/ISSUE_TEMPLATE/feature_request.md | 1 - .github/ISSUE_TEMPLATE/hass_discovery.md | 1 - .github/ISSUE_TEMPLATE/question---help.md | 1 - 4 files changed, 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ee2e6d6ae2..9736497084 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,5 @@ name: Bug report description: Template for bug reports -title: '[Bug]: ' labels: - bug body: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 0719287c86..2a94d66a16 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,6 @@ --- name: Feature request about: Suggest an idea for this project -title: "[feat]" labels: enhancement assignees: robertsLando diff --git a/.github/ISSUE_TEMPLATE/hass_discovery.md b/.github/ISSUE_TEMPLATE/hass_discovery.md index e5d5697d65..03580e637b 100644 --- a/.github/ISSUE_TEMPLATE/hass_discovery.md +++ b/.github/ISSUE_TEMPLATE/hass_discovery.md @@ -1,7 +1,6 @@ --- name: Home Assistant Discovery Issues about: Z-Wave JS integration and MQTT discovery issuess -title: "[Home Assistant]" labels: discovery assignees: billiaz diff --git a/.github/ISSUE_TEMPLATE/question---help.md b/.github/ISSUE_TEMPLATE/question---help.md index e20da00d20..a00beb8fa0 100644 --- a/.github/ISSUE_TEMPLATE/question---help.md +++ b/.github/ISSUE_TEMPLATE/question---help.md @@ -1,7 +1,6 @@ --- name: Question / Help about: Ask for support -title: "[question] " labels: question assignees: robertsLando