From 9860ae562e4cfafc81ecd98090b166b4f769f419 Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Wed, 20 Apr 2022 07:52:56 +0200 Subject: [PATCH] Highlight to drag-and-drop diagnostic data instead of copy-and-paste in issue template (#70279) --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 040f4a128ee..9667775e8e9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -78,12 +78,13 @@ body: - type: textarea attributes: label: Diagnostics information + placeholder: "drag-and-drop the diagnostics data file here (do not copy-and-paste the content)" 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.** + and drag-and-drop that file into the textbox below.** It generally allows pinpointing defects and thus resolving issues faster. - type: textarea