Skip to content

Commit

Permalink
Update problem report template
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Dec 23, 2021
1 parent 1145e4b commit fdf7d10
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/ISSUE_TEMPLATE/problem_report.yaml
Expand Up @@ -50,26 +50,19 @@ body:
placeholder: '20211210'
validations:
required: true
- type: dropdown
- type: input
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
placeholder: Electrolama zig-a-zig-ah! (zzh!), Slaesh's CC2652RB stick, ...
validations:
required: true
- type: textarea
id: log
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`. Click on the text area below and drag the file into it to attach.
placeholder: Click here and drag the file into it
description: After enabling [debug logging](https://www.zigbee2mqtt.io/guide/usage/debug.html) the log can be found under `data/log`. Attach the file below
placeholder: Click here and drag the file into it or click on "Attach files by.." below
validations:
required: true

0 comments on commit fdf7d10

Please sign in to comment.