Update GitHub Issue Form template (#8423)

This commit is contained in:
Franck Nijhof 2021-02-19 22:13:27 +01:00 committed by GitHub
parent f251d4267f
commit 520ef8f1df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,8 @@ about: Report an issue related to the Home Assistant frontend.
labels: bug
title: ""
issue_body: true
inputs:
- type: description
body:
- type: markdown
attributes:
value: |
Make sure you are running the [latest version of Home Assistant][releases] before reporting an issue.
@ -19,31 +19,34 @@ inputs:
attributes:
label: Checklist
description: Please verify that you've followed these steps
choices:
options:
- label: I have updated to the latest available Home Assistant version.
required: true
- label: I have cleared the cache of my browser.
required: true
- label: I have tried a different browser to see if it is related to my browser.
required: true
- type: description
- type: markdown
attributes:
value: |
## The problem
- type: textarea
validations:
required: true
attributes:
label: Describe the issue you are experiencing
required: true
description: Provide a clear and concise description of what the bug is.
- type: textarea
validations:
required: true
attributes:
label: Describe the behavior you expected
required: true
description: Describe what you expected to happen or it should look/behave.
- type: textarea
validations:
required: true
attributes:
label: Steps to reproduce the issue
required: true
description: |
Please tell us exactly how to reproduce your issue.
Provide clear and concise step by step instructions and add code snippets if needed.
@ -52,39 +55,37 @@ inputs:
2.
3.
...
- type: description
- type: markdown
attributes:
value: |
## Environment
- type: input
validations:
required: true
attributes:
label: What version of Home Assistant Core has the issue?
required: true
placeholder: core-
description: >
Can be found in the Configuration panel -> Info.
- type: input
attributes:
label: What was the last working version of Home Assistant Core?
required: false
placeholder: core-
description: >
If known, otherwise leave blank.
- type: input
attributes:
label: In which browser are you experiencing the issue with?
required: false
placeholder: Google Chrome 88.0.4324.150
description: >
Provide the full name and don't forget to add the version!
- type: input
attributes:
label: Which operating system are you using to run this browser?
required: false
placeholder: macOS Big Sur (1.11)
description: >
Don't forget to add the version!
- type: description
- type: markdown
attributes:
value: |
# Details
@ -92,7 +93,6 @@ inputs:
- type: textarea
attributes:
label: State of relevant entities
required: false
description: >
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
@ -105,7 +105,6 @@ inputs:
- type: textarea
attributes:
label: Problem-relevant frontend configuration
required: false
description: >
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
@ -122,17 +121,16 @@ inputs:
description: >
If you come across any Javascript or other error logs, e.g., in your
browser console/inspector please provide them.
required: false
value: |
```txt
# Paste your logs here.
```
- type: description
- type: markdown
attributes:
value: |
## Additional information
- type: description
- type: markdown
attributes:
value: |
If you have any additional information for us, use the field below.