diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 9238752a2..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: feature request -assignees: '' - ---- - -## Is your feature request related to a problem? Please describe -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -## Describe the solution you'd like -A clear and concise description of what you want to happen. - -## Describe alternatives you've considered -A clear and concise description of any alternative solutions or features you've considered. - -## Additional context -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml new file mode 100644 index 000000000..681f7d2f4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -0,0 +1,38 @@ +name: Feature request +description: Suggest an idea for this project +title: "[Feature request]: " +labels: [feature request] +body: + - type: markdown + 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) + - type: textarea + id: textarea1 + attributes: + label: Is your feature request related to a problem? Please describe + placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + validations: + required: true + - type: textarea + id: textarea2 + attributes: + label: Describe the solution you'd like + placeholder: A clear and concise description of what you want to happen. + validations: + required: true + - type: textarea + id: textarea3 + attributes: + label: Describe alternatives you've considered + placeholder: A clear and concise description of any alternative solutions or features you've considered. + validations: + required: true + - type: textarea + id: textarea4 + attributes: + label: Additional context + placeholder: Add any other context or screenshots about the feature request here. + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/new_device_support.yaml b/.github/ISSUE_TEMPLATE/new_device_support.yaml index d38eda4c5..352e749f7 100644 --- a/.github/ISSUE_TEMPLATE/new_device_support.yaml +++ b/.github/ISSUE_TEMPLATE/new_device_support.yaml @@ -7,13 +7,15 @@ body: attributes: value: | **IMPORTANT:** Before submitting: - - Make sure this device is not already supported in the [latest dev branch](https://www.zigbee2mqtt.io/advanced/more/switch-to-dev-branch.html) + - Make sure this device is not already supported in the [dev branch](https://www.zigbee2mqtt.io/advanced/more/switch-to-dev-branch.html) - Follow this [guide](https://www.zigbee2mqtt.io/advanced/support-new-devices/01_support_new_devices.html) + - 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: input id: link attributes: label: Link description: Link of this device (product page) + placeholder: https://www.linktomydevice.org validations: required: true - type: input @@ -29,4 +31,5 @@ body: attributes: label: Comments placeholder: I tried to follow the supporting new device page but got stuck at... - + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/problem_report.md b/.github/ISSUE_TEMPLATE/problem_report.md deleted file mode 100644 index 55b96bd1f..000000000 --- a/.github/ISSUE_TEMPLATE/problem_report.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -name: Problem report -about: Create a report to help us improve -title: '' -labels: problem -assignees: '' - ---- - - - - - -## What happened - -## What did you expect to happen - -## How to reproduce it (minimal and precise) - -## Debug info -Zigbee2MQTT version: -Adapter hardware: CC2531, CC2530, CC26X2R1, CC1352P-2, Conbee II -Adapter firmware version: diff --git a/.github/ISSUE_TEMPLATE/problem_report.yaml b/.github/ISSUE_TEMPLATE/problem_report.yaml new file mode 100644 index 000000000..6f1722fbd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/problem_report.yaml @@ -0,0 +1,97 @@ + + + +## + +## + +## + +## 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]: " +labels: [problem] +body: + - type: markdown + attributes: + value: | + **IMPORTANT:** Before submitting: + - You read the [FAQ](https://www.zigbee2mqtt.io/guide/faq/) + - Zigbee2MQTT fails to start? Read [this](https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html) + - 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) + - 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 + attributes: + label: What happened? + validations: + required: true + - type: textarea + id: expect_to_happen + attributes: + label: What did you expect to happen? + placeholder: I expected that ... + validations: + required: true + - type: textarea + id: reproduce + attributes: + label: How to reproduce it (minimal and precise) + placeholder: First do this, than this.. + validations: + required: true + - type: input + id: z2m_version + attributes: + label: Zigbee2MQTT version + description: Can be found in the frontend -> settings -> about -> Zigbee2MQTT version + placeholder: '1.22.1' + validations: + required: true + - type: input + id: adapter_fwversion + attributes: + label: Adapter firmware version + description: Can be found in the frontend -> settings -> about -> coordinator revision + placeholder: '20211210' + validations: + required: true + - type: dropdown + id: adapter + validations: + required: true + attributes: + label: Adapter + description: The adapter you are using + multiple: false + options: + - CC2652/CC1352 based adapter + - Conbee II + - CC2530 or CC2531 based adapter + - CC2538 based adapter + - ZiGate + - EZSP + - type: dropdown + id: log + validations: + required: true + attributes: + label: Debug log + description: After enabling [debug logging](https://www.zigbee2mqtt.io/guide/usage/debug.html) the log can be found under `data/log`.
After submitting this issue add a comment to it with the log file attached.
[How to attach file](https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/attaching-files) + multiple: false + options: + - I will attach the debug log + - I will not attach the debug log + +