From b9d7d0cae2ccd2d88e90e49cc09e154a27ed809b Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 5 Feb 2022 02:34:46 +0100 Subject: [PATCH] Add diagnostics to issue form (#65715) --- .github/ISSUE_TEMPLATE/bug_report.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ac4c8453327..040f4a128ee 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -75,6 +75,17 @@ body: attributes: value: | # 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 attributes: label: Example YAML snippet