Skip to content

Commit

Permalink
Update problem.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arteck authored Nov 13, 2024
1 parent e9d7c39 commit 3ef2c5a
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions .github/ISSUE_TEMPLATE/problem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,20 @@ body:
value: |
**IMPORTANT:** Before submitting:
- check whether your [device](https://www.zigbee2mqtt.io/supported-devices/) is supported
- type: textarea
id: what_problem
attributes:
label: what does not work?
validations:
required: true

required: true
- type: input
id: adapter_version
attributes:
label: Adapter version
description: Can be found in the Admin GUI
placeholder: '1.10.3'
validations:
required: true


required: true
- type: input
id: coordinator_fwversion
attributes:
Expand All @@ -33,26 +29,22 @@ body:
placeholder: '20230921'
validations:
required: true

- type: input
- type: input
id: coordinator_type
attributes:
label: Coordinator
description: Hardware Coordinator
placeholder: Electrolama zig-a-zig-ah! (zzh!), Slaeshs CC2652RB stick, SONOFF Zigbee 3.0 USB Dongle Plus....
placeholder: Electrolama zig-a-zig-ah! (zzh!), Slaeshs CC2652RB stick, SONOFF Zigbee 3.0 USB Dongle Plus ...
validations:
required: true


- type: input
required: true
- type: input
id: setup
attributes:
label: Setup
description: How do you run the adapter
placeholder: Add-on on Intel NUC, Docker container, RaspberryPi...
validations:
required: true

required: true
- type: textarea
id: log
attributes:
Expand Down

0 comments on commit 3ef2c5a

Please sign in to comment.