From a981b86b15aef742c897396f30c4c7d38b9670c6 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 15 Apr 2021 22:49:13 +0200 Subject: [PATCH] Update issue form to use latest changes (#49272) --- .github/ISSUE_TEMPLATE/bug_report.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index aa81d6e4df7..50a3dd55e86 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,6 @@ name: Report an issue with Home Assistant Core description: Report an issue with Home Assistant Core. title: "" -issue_body: true body: - type: markdown attributes: @@ -85,13 +84,10 @@ body: label: Anything in the logs that might be useful for us? description: For example, error message, or stack traces. render: txt - - type: markdown + - type: textarea attributes: - value: | - ## Additional information - - type: markdown - attributes: - value: > + label: Additional information + description: > If you have any additional information for us, use the field below. Please note, you can attach screenshots or screen recordings here, by dragging and dropping files in the field below.