mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-21 08:06:30 +00:00
Update GitHub Issue Form template (#2591)
This commit is contained in:
parent
e60d858feb
commit
44785ef3e2
33
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
33
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -3,8 +3,8 @@ about: Report an issue related to the Home Assistant Supervisor.
|
|||||||
labels: bug
|
labels: bug
|
||||||
title: ""
|
title: ""
|
||||||
issue_body: true
|
issue_body: true
|
||||||
inputs:
|
body:
|
||||||
- type: description
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
This issue form is for reporting bugs with **supported** setups only!
|
This issue form is for reporting bugs with **supported** setups only!
|
||||||
@ -13,54 +13,60 @@ inputs:
|
|||||||
|
|
||||||
[fr]: https://community.home-assistant.io/c/feature-requests
|
[fr]: https://community.home-assistant.io/c/feature-requests
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the issue you are experiencing
|
label: Describe the issue you are experiencing
|
||||||
required: true
|
|
||||||
description: Provide a clear and concise description of what the bug is.
|
description: Provide a clear and concise description of what the bug is.
|
||||||
- type: description
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
## Environment
|
## Environment
|
||||||
- type: input
|
- type: input
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: What is the used version of the Supervisor?
|
label: What is the used version of the Supervisor?
|
||||||
required: true
|
|
||||||
placeholder: supervisor-
|
placeholder: supervisor-
|
||||||
description: >
|
description: >
|
||||||
Can be found in the Supervisor panel -> System tab. Starts with
|
Can be found in the Supervisor panel -> System tab. Starts with
|
||||||
`supervisor-....`.
|
`supervisor-....`.
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: What type of installation are you running?
|
label: What type of installation are you running?
|
||||||
required: true
|
|
||||||
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:
|
choices:
|
||||||
- Home Assistant OS
|
- Home Assistant OS
|
||||||
- Home Assistant Supervised
|
- Home Assistant Supervised
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: Which operating system are you running on?
|
label: Which operating system are you running on?
|
||||||
required: true
|
|
||||||
choices:
|
choices:
|
||||||
- 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)
|
||||||
- type: input
|
- type: input
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: What is the version of your installed operating system?
|
label: What is the version of your installed operating system?
|
||||||
required: true
|
|
||||||
placeholder: "5.11"
|
placeholder: "5.11"
|
||||||
description: Can be found in the Supervisor panel -> System tab.
|
description: Can be found in the Supervisor panel -> System tab.
|
||||||
- type: input
|
- type: input
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: What version of Home Assistant Core is installed?
|
label: What version of Home Assistant Core is installed?
|
||||||
required: true
|
|
||||||
placeholder: core-
|
placeholder: core-
|
||||||
description: >
|
description: >
|
||||||
Can be found in the Supervisor panel -> System tab. Starts with
|
Can be found in the Supervisor panel -> System tab. Starts with
|
||||||
`core-....`.
|
`core-....`.
|
||||||
- type: description
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
# Details
|
# Details
|
||||||
@ -77,9 +83,10 @@ inputs:
|
|||||||
3.
|
3.
|
||||||
...
|
...
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: Anything in the Supervisor logs that might be useful for us?
|
label: Anything in the Supervisor logs that might be useful for us?
|
||||||
required: false
|
|
||||||
description: >
|
description: >
|
||||||
The Supervisor logs can be found in the Supervisor panel -> System tab.
|
The Supervisor logs can be found in the Supervisor panel -> System tab.
|
||||||
value: |
|
value: |
|
||||||
@ -87,11 +94,11 @@ inputs:
|
|||||||
# Put your logs below this line
|
# Put your logs below this line
|
||||||
|
|
||||||
```
|
```
|
||||||
- type: description
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
## Additional information
|
## Additional information
|
||||||
- type: description
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
If you have any additional information for us, use the field below.
|
If you have any additional information for us, use the field below.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user