From 93f01d545ede7eaef24d6eca098dddd1cb7b0af1 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Thu, 23 Dec 2021 21:04:38 +0100 Subject: [PATCH] Fix issue templates --- .github/ISSUE_TEMPLATE/feature_request.yaml | 2 +- .github/ISSUE_TEMPLATE/problem_report.yaml | 19 +------------------ 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 681f7d2f..f4eab5ec 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -7,7 +7,7 @@ body: attributes: value: | **IMPORTANT:** Before submitting: - - Is your feature request related to the fronted? Then click [here](https://github.com/nurikk/zigbee2mqtt-frontend/issues/new?assignees=&labels=&template=feature_request.md) + - Is your feature request related to the fronted? Then click [here](https://github.com/nurikk/zigbee2mqtt-frontend/issues/new?assignees=&labels=&template=feature_request.md&title=) - type: textarea id: textarea1 attributes: diff --git a/.github/ISSUE_TEMPLATE/problem_report.yaml b/.github/ISSUE_TEMPLATE/problem_report.yaml index 6f1722fb..6e9074f7 100644 --- a/.github/ISSUE_TEMPLATE/problem_report.yaml +++ b/.github/ISSUE_TEMPLATE/problem_report.yaml @@ -1,21 +1,3 @@ - - - -## - -## - -## - -## Debug info -Zigbee2MQTT version: -Adapter hardware: CC2531, CC2530, CC26X2R1, CC1352P-2, Conbee II -Adapter firmware version: - - - - - name: Problem report description: Create a report to help us improve title: "[Problem]: " @@ -30,6 +12,7 @@ body: - Make sure the bug also occurs in the [dev branch](https://www.zigbee2mqtt.io/advanced/more/switch-to-dev-branch.html) - Make sure you are using the [latest firmware](https://www.zigbee2mqtt.io/guide/adapters/#recommended) on your adapter - The issue has not been [reported already](https://github.com/Koenkk/zigbee2mqtt/issues) + - Is your issue related to the fronted? Then click [here](https://github.com/nurikk/zigbee2mqtt-frontend/issues/new?assignees=&labels=bug%2Ctriage&template=bug_report.yaml&title=%5BBug%5D%3A+) - If you are using the Home Assistant addon and are still on 1.18.1, check the first point of [this](https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.19.0) - type: textarea id: what_happend