From cc73cbcace71d911b8ce2e8ddd41209bd4712d5b Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 23 Mar 2021 18:45:40 +0100 Subject: [PATCH] Update issue form to use latest changes (#48250) --- .github/ISSUE_TEMPLATE/bug_report.yml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9a46dd82215..384cc5834cd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,5 @@ name: Report an issue with Home Assistant Core -about: Report an issue with Home Assistant Core. +description: Report an issue with Home Assistant Core. title: "" issue_body: true body: @@ -29,6 +29,7 @@ body: validations: required: true attributes: + id: version label: What is version of Home Assistant Core has the issue? placeholder: core- description: > @@ -52,11 +53,13 @@ body: - Home Assistant Supervised - Home Assistant Core - type: input + id: integration_name attributes: label: Integration causing the issue description: > The name of the integration, for example, Automation or Philips Hue. - type: input + id: integration_link attributes: label: Link to integration documentation on our website placeholder: "https://www.home-assistant.io/integrations/..." @@ -76,20 +79,12 @@ body: description: | If this issue has an example piece of YAML that can help reproducing this problem, please provide. This can be an piece of YAML from, e.g., an automation, script, scene or configuration. - value: | - ```yaml - # Put your YAML below this line - - ``` + render: yaml - type: textarea attributes: label: Anything in the logs that might be useful for us? description: For example, error message, or stack traces. - value: | - ```txt - # Put your logs below this line - - ``` + render: txt - type: markdown attributes: value: |