-
-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
name: Problem | ||
description: Create a issue | ||
labels: [problem] | ||
body: | ||
- type: markdown | ||
attributes: | ||
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 | ||
|
||
- type: input | ||
id: adapter_version | ||
attributes: | ||
label: Adapter version | ||
description: Can be found in the Admin GUI | ||
placeholder: '1.10.3' | ||
validations: | ||
required: true | ||
- type: input | ||
id: coordinator_type | ||
attributes: | ||
label: Coordinator | ||
description: | ||
placeholder: 'Electrolama zig-a-zig-ah! (zzh!), Slaesh's CC2652RB stick, SONOFF Zigbee 3.0 USB Dongle Plus....' | ||
validations: | ||
required: true | ||
- type: input | ||
id: coordinator_fwversion | ||
attributes: | ||
label: Coordinator firmware version | ||
description: Can be found in the Adapter settings | ||
placeholder: '20230921' | ||
validations: | ||
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 | ||
- type: textarea | ||
id: log | ||
attributes: | ||
label: Debug log | ||
description: first 50 rows after starting adapter | ||
placeholder: Click here and drag the file into it or click on "Attach files by.." below | ||
validations: | ||
required: false |