Add diagnostics to issue form (#65715)
parent
432d9a8f19
commit
b9d7d0cae2
|
@ -75,6 +75,17 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
# Details
|
# Details
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Diagnostics information
|
||||||
|
description: >-
|
||||||
|
Many integrations provide the ability to download diagnostic data
|
||||||
|
on the device page (and on the integration dashboard).
|
||||||
|
|
||||||
|
**It would really help if you could download the diagnostics data for the device you are having issues with,
|
||||||
|
and drag-and-drop that file into the textbox below.**
|
||||||
|
|
||||||
|
It generally allows pinpointing defects and thus resolving issues faster.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Example YAML snippet
|
label: Example YAML snippet
|
||||||
|
|
Loading…
Reference in New Issue