Skip to content

Commit c4c1299

Browse files
committed
chore: Update and add new issue templates Nerivec/zigbee2mqtt-windfront#298
1 parent 129a80d commit c4c1299

File tree

3 files changed

+67
-7
lines changed

3 files changed

+67
-7
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
name: External converter
2+
description: Submit an external converter
3+
title: '[External Converter]: '
4+
labels: [external converter]
5+
body:
6+
- type: input
7+
id: link
8+
attributes:
9+
label: Link
10+
description: Link of this device (product page)
11+
placeholder: https://www.linktomydevice.org
12+
validations:
13+
required: true
14+
- type: input
15+
id: database
16+
attributes:
17+
label: Database entry
18+
description: Entry of this device in `data/database.db` after pairing it
19+
placeholder: '{"id":53,"type":"Router","ieeeAddr":"0x10458d00024284f69","nwkAddr":10148,"manufId":4151,"manufName":"LUMI","powerSource":"DC Source","modelId":"lumi.relay.c2acn01","epList":[1,2],"endpoints":{"1":{"profId":260,"epId":1,"devId":257,"inClusterList":[0,3,4,5,1,2,10,6,16,2820,12],"outClusterList":[25,10],"clusters":{"genBasic":{"attributes":{"modelId":"lumi.relay.c2acn01","appVersion":1,"manufacturerName":"LUMI","powerSource":4,"zclVersion":0,"stackVersion":2,"hwVersion":18,"dateCode":"8-6-2020"}},"genAnalogInput":{"attributes":{"presentValue":129.04425048828125}},"genOnOff":{"attributes":{"61440":117440715,"onOff":1}}},"binds":[],"configuredReportings":[],"meta":{}},"2":{"profId":260,"epId":2,"devId":257,"inClusterList":[6,16,4,5],"outClusterList":[],"clusters":{"genOnOff":{"attributes":{"61440":237478966,"onOff":0}}},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":1,"stackVersion":2,"hwVersion":18,"dateCode":"8-6-2020","zclVersion":0,"interviewCompleted":true,"meta":{},"lastSeen":1640285631405}'
20+
validations:
21+
required: true
22+
- type: input
23+
id: z2m_version
24+
attributes:
25+
label: Zigbee2MQTT version
26+
description: Can be found in the frontend -> settings -> about -> Zigbee2MQTT version. Are you running Zigbee2MQTT 1.18.1? Then read [this](https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.19.0).
27+
placeholder: '1.22.1'
28+
validations:
29+
required: true
30+
- type: textarea
31+
id: external_definition
32+
attributes:
33+
label: External converter
34+
description: Code of the external converter, to retrieve in the Z2M frontend go to Settings -> Dev Console -> External Converters
35+
validations:
36+
required: true
37+
- type: textarea
38+
attributes:
39+
label: What does/doesn't work with the external definition?
40+
description: Indicate what works and what doesn't work with the external definition.
41+
validations:
42+
required: true
43+
- type: textarea
44+
id: notes
45+
attributes:
46+
label: Notes
47+
description: Any additional information or context that might be helpful
48+
placeholder: Add any relevant notes or context here
49+
validations:
50+
required: false

.github/ISSUE_TEMPLATE/new_device_support.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,7 @@ body:
3636
validations:
3737
required: true
3838
- type: textarea
39-
id: notes
40-
attributes:
41-
label: Comments
42-
placeholder: I tried to follow the supporting new device page but got stuck at...
43-
validations:
44-
required: true
45-
- type: textarea
39+
id: external_definition
4640
attributes:
4741
label: External definition
4842
description: See [Creating the external definition](https://www.zigbee2mqtt.io/advanced/support-new-devices/01_support_new_devices.html#_2-creating-the-external-definition)
@@ -55,3 +49,11 @@ body:
5549
description: Indicate what works and what doesn't work with the external definition.
5650
validations:
5751
required: true
52+
- type: textarea
53+
id: notes
54+
attributes:
55+
label: Notes
56+
description: Any additional information or context that might be helpful
57+
placeholder: Add any relevant notes or context here
58+
validations:
59+
required: false

.github/ISSUE_TEMPLATE/problem_report.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,11 @@ body:
8383
placeholder: Click here and drag the file into it or click on "Attach files by.." below
8484
validations:
8585
required: false
86+
- type: textarea
87+
id: notes
88+
attributes:
89+
label: Notes
90+
description: Any additional information or context that might be helpful
91+
placeholder: Add any relevant notes or context here
92+
validations:
93+
required: false

0 commit comments

Comments
 (0)