Skip to content

Commit

Permalink
add issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
arteck committed Nov 13, 2024
1 parent 6bd9911 commit 705ad13
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions .github/ISSUE_TEMPLATE/problem.yaml
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

0 comments on commit 705ad13

Please sign in to comment.