mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-21 16:16:31 +00:00
Fix some issues with the issue template (#2592)
This commit is contained in:
parent
44785ef3e2
commit
5cc72756f8
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -38,7 +38,7 @@ body:
|
|||||||
label: What type of installation are you running?
|
label: What type of installation are you running?
|
||||||
description: >
|
description: >
|
||||||
If you don't know, you can find it in: Configuration panel -> Info.
|
If you don't know, you can find it in: Configuration panel -> Info.
|
||||||
choices:
|
options:
|
||||||
- Home Assistant OS
|
- Home Assistant OS
|
||||||
- Home Assistant Supervised
|
- Home Assistant Supervised
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
@ -46,7 +46,7 @@ body:
|
|||||||
required: true
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: Which operating system are you running on?
|
label: Which operating system are you running on?
|
||||||
choices:
|
options:
|
||||||
- Home Assistant Operating System
|
- Home Assistant Operating System
|
||||||
- Debian
|
- Debian
|
||||||
- Other (e.g., Raspbian/Raspberry Pi OS/Fedora)
|
- Other (e.g., Raspbian/Raspberry Pi OS/Fedora)
|
||||||
@ -71,9 +71,10 @@ body:
|
|||||||
value: |
|
value: |
|
||||||
# Details
|
# Details
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: Steps to reproduce the issue
|
label: Steps to reproduce the issue
|
||||||
required: true
|
|
||||||
description: |
|
description: |
|
||||||
Please tell us exactly how to reproduce your issue.
|
Please tell us exactly how to reproduce your issue.
|
||||||
Provide clear and concise step by step instructions and add code snippets if needed.
|
Provide clear and concise step by step instructions and add code snippets if needed.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user