You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update issue templates with new diagnostics text (#4139)
* Update bug report template with new diagnostics text, put diagnostics above signature
* Update device support request template with new diagnostics text, put diagnostics above signature
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+12-18Lines changed: 12 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -55,12 +55,23 @@ body:
55
55
attributes:
56
56
value: |
57
57
# Debug information
58
+
- type: textarea
59
+
attributes:
60
+
label: Diagnostics information
61
+
placeholder: "Drag-and-drop the diagnostics file here. Do not copy-paste the content."
62
+
description: >-
63
+
Diagnostics information is crucial for debugging issues with ZHA devices.
64
+
65
+
You can find the diagnostics information by going to the device page, clicking the three dots, and then by clicking on "Download diagnostics".
66
+
Drag-and-drop the downloaded file into the textbox below.
58
67
- type: textarea
59
68
attributes:
60
69
label: Device signature
61
70
description: |
62
-
You can find the device signature by going to the device page, clicking the three dots, clicking on "Manage Zigbee device", and then selecting the "Signature" tab at the top.
71
+
Additionally providing the device signature allows us to quickly get an overview of the device clusters and see if a quirk is already applied to the device.
72
+
It's optional to provide, since this information is already available in the diagnostics file, but it can help us to quickly identify issues.
63
73
74
+
You can find the device signature by going to the device page, clicking the three dots, clicking on "Manage Zigbee device", and then selecting the "Signature" tab at the top.
64
75
Copy the contents and paste your device signature in between the lines with the backticks below.
65
76
value: |
66
77
<details><summary>Device signature</summary>
@@ -73,23 +84,6 @@ body:
73
84
74
85
</details>
75
86
- type: textarea
76
-
attributes:
77
-
label: Diagnostic information
78
-
description: |
79
-
You can find the diagnostic information of the device by going to the device page, clicking the three dots, and then by clicking on "Download diagnostics".
80
-
81
-
Copy the contents of the downloaded text file and paste it in between the lines with the backticks below.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/device_support_request.yml
+12-18Lines changed: 12 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -44,12 +44,23 @@ body:
44
44
attributes:
45
45
value: |
46
46
# Debug information
47
+
- type: textarea
48
+
attributes:
49
+
label: Diagnostics information
50
+
placeholder: "Drag-and-drop the diagnostics file here. Do not copy-paste the content."
51
+
description: >-
52
+
Diagnostics information is crucial for debugging issues with ZHA devices.
53
+
54
+
You can find the diagnostics information by going to the device page, clicking the three dots, and then by clicking on "Download diagnostics".
55
+
Drag-and-drop the downloaded file into the textbox below.
47
56
- type: textarea
48
57
attributes:
49
58
label: Device signature
50
59
description: |
51
-
You can find the device signature by going to the device page, clicking the three dots, clicking on "Manage Zigbee device", and then selecting the "Signature" tab at the top.
60
+
Additionally providing the device signature allows us to quickly get an overview of the device clusters and see if a quirk is already applied to the device.
61
+
It's optional to provide, since this information is already available in the diagnostics file, but it can help us to quickly identify issues.
52
62
63
+
You can find the device signature by going to the device page, clicking the three dots, clicking on "Manage Zigbee device", and then selecting the "Signature" tab at the top.
53
64
Copy the contents and paste your device signature in between the lines with the backticks below.
54
65
value: |
55
66
<details><summary>Device signature</summary>
@@ -62,23 +73,6 @@ body:
62
73
63
74
</details>
64
75
- type: textarea
65
-
attributes:
66
-
label: Diagnostic information
67
-
description: |
68
-
You can find the diagnostic information of the device by going to the device page, clicking the three dots, and then by clicking on "Download diagnostics".
69
-
70
-
Copy the contents of the downloaded text file and paste it in between the lines with the backticks below.
0 commit comments