From e682abfb75c28b2f8017fe1b87c31786bca99237 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 26 Apr 2021 23:48:21 +0200 Subject: [PATCH] Tweak inputs for GitHub issue form (#8999) --- .github/ISSUE_TEMPLATE/bug_report.yml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4a7a93564f..3529bccbf4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -95,11 +95,7 @@ body: If your issue is about how an entity is shown in the UI, please add the state and attributes for all situations. You can find this information at Developer Tools -> States. - value: | - ```yaml - # Paste your state here. - - ``` + render: txt - type: textarea attributes: label: Problem-relevant frontend configuration @@ -108,22 +104,14 @@ body: configuration of the used cards. Fill this out even if it seems unimportant to you. Please be sure to remove personal information like passwords, private URLs and other credentials. - value: | - ```yaml - # Paste your YAML here. - - ``` + render: yaml - type: textarea attributes: label: Javascript errors shown in your browser console/inspector description: > If you come across any Javascript or other error logs, e.g., in your browser console/inspector please provide them. - value: | - ```txt - # Paste your logs here. - - ``` + render: txt - type: textarea attributes: label: Additional information