From be2163d635f66d1743ea55828a8b36993e708918 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 9 Feb 2021 17:25:34 +0100 Subject: [PATCH] Small tweaks to issue form (#2545) --- .github/ISSUE_TEMPLATE/bug_report.yml | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9f97bbfbf..60fd56fc4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -10,7 +10,17 @@ inputs: This issue form is for reporting bugs with **supported** setups only! If you have a feature or enhancement request, please use the [feature request][fr] section of our [Community Forum][fr]. + [fr]: https://community.home-assistant.io/c/feature-requests + - type: textarea + attributes: + label: Describe the issue you are experiencing + required: true + description: Provide a clear and concise description of what the bug is. + - type: description + attributes: + value: | + ## Environment - type: input attributes: label: What is the used version of the Supervisor? @@ -50,11 +60,10 @@ inputs: description: > Can be found in the Supervisor panel -> System tab. Starts with `core-....`. - - type: textarea + - type: description attributes: - label: Describe the issue you are experiencing - required: true - description: Provide a clear and concise description of what the bug is. + value: | + # Details - type: textarea attributes: label: Steps to reproduce the issue @@ -73,6 +82,15 @@ inputs: required: false description: > The Supervisor logs can be found in the Supervisor panel -> System tab. + value: | + ```txt + # Put your logs below this line + + ``` + - type: description + attributes: + value: | + ## Additional information - type: description attributes: value: |