Small tweaks to issue form (#2545)

This commit is contained in:
Franck Nijhof 2021-02-09 17:25:34 +01:00 committed by GitHub
parent 7f6dde3a5f
commit be2163d635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 4 deletions

View File

@ -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: |