mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Update GitHub Issue Form template (#8423)
This commit is contained in:
parent
f251d4267f
commit
520ef8f1df
34
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
34
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -3,8 +3,8 @@ about: Report an issue related to the Home Assistant frontend.
|
|||||||
labels: bug
|
labels: bug
|
||||||
title: ""
|
title: ""
|
||||||
issue_body: true
|
issue_body: true
|
||||||
inputs:
|
body:
|
||||||
- type: description
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Make sure you are running the [latest version of Home Assistant][releases] before reporting an issue.
|
Make sure you are running the [latest version of Home Assistant][releases] before reporting an issue.
|
||||||
@ -19,31 +19,34 @@ inputs:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Checklist
|
label: Checklist
|
||||||
description: Please verify that you've followed these steps
|
description: Please verify that you've followed these steps
|
||||||
choices:
|
options:
|
||||||
- label: I have updated to the latest available Home Assistant version.
|
- label: I have updated to the latest available Home Assistant version.
|
||||||
required: true
|
required: true
|
||||||
- label: I have cleared the cache of my browser.
|
- label: I have cleared the cache of my browser.
|
||||||
required: true
|
required: true
|
||||||
- label: I have tried a different browser to see if it is related to my browser.
|
- label: I have tried a different browser to see if it is related to my browser.
|
||||||
required: true
|
required: true
|
||||||
- type: description
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
## The problem
|
## The problem
|
||||||
- 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: textarea
|
- type: textarea
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the behavior you expected
|
label: Describe the behavior you expected
|
||||||
required: true
|
|
||||||
description: Describe what you expected to happen or it should look/behave.
|
description: Describe what you expected to happen or it should look/behave.
|
||||||
- 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.
|
||||||
@ -52,39 +55,37 @@ inputs:
|
|||||||
2.
|
2.
|
||||||
3.
|
3.
|
||||||
...
|
...
|
||||||
- type: description
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
## Environment
|
## Environment
|
||||||
- type: input
|
- type: input
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: What version of Home Assistant Core has the issue?
|
label: What version of Home Assistant Core has the issue?
|
||||||
required: true
|
|
||||||
placeholder: core-
|
placeholder: core-
|
||||||
description: >
|
description: >
|
||||||
Can be found in the Configuration panel -> Info.
|
Can be found in the Configuration panel -> Info.
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: What was the last working version of Home Assistant Core?
|
label: What was the last working version of Home Assistant Core?
|
||||||
required: false
|
|
||||||
placeholder: core-
|
placeholder: core-
|
||||||
description: >
|
description: >
|
||||||
If known, otherwise leave blank.
|
If known, otherwise leave blank.
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: In which browser are you experiencing the issue with?
|
label: In which browser are you experiencing the issue with?
|
||||||
required: false
|
|
||||||
placeholder: Google Chrome 88.0.4324.150
|
placeholder: Google Chrome 88.0.4324.150
|
||||||
description: >
|
description: >
|
||||||
Provide the full name and don't forget to add the version!
|
Provide the full name and don't forget to add the version!
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Which operating system are you using to run this browser?
|
label: Which operating system are you using to run this browser?
|
||||||
required: false
|
|
||||||
placeholder: macOS Big Sur (1.11)
|
placeholder: macOS Big Sur (1.11)
|
||||||
description: >
|
description: >
|
||||||
Don't forget to add the version!
|
Don't forget to add the version!
|
||||||
- type: description
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
# Details
|
# Details
|
||||||
@ -92,7 +93,6 @@ inputs:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: State of relevant entities
|
label: State of relevant entities
|
||||||
required: false
|
|
||||||
description: >
|
description: >
|
||||||
If your issue is about how an entity is shown in the UI, please add the
|
If your issue is about how an entity is shown in the UI, please add the
|
||||||
state and attributes for all situations. You can find this information
|
state and attributes for all situations. You can find this information
|
||||||
@ -105,7 +105,6 @@ inputs:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Problem-relevant frontend configuration
|
label: Problem-relevant frontend configuration
|
||||||
required: false
|
|
||||||
description: >
|
description: >
|
||||||
An example configuration that caused the problem for you, e.g., the YAML
|
An example configuration that caused the problem for you, e.g., the YAML
|
||||||
configuration of the used cards. Fill this out even if it seems
|
configuration of the used cards. Fill this out even if it seems
|
||||||
@ -122,17 +121,16 @@ inputs:
|
|||||||
description: >
|
description: >
|
||||||
If you come across any Javascript or other error logs, e.g., in your
|
If you come across any Javascript or other error logs, e.g., in your
|
||||||
browser console/inspector please provide them.
|
browser console/inspector please provide them.
|
||||||
required: false
|
|
||||||
value: |
|
value: |
|
||||||
```txt
|
```txt
|
||||||
# Paste your logs here.
|
# Paste your logs here.
|
||||||
|
|
||||||
```
|
```
|
||||||
- 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