Update GitHub Issue Form template (#46791)
This PR fixes the bug report template! Details: https://gh-community.github.io/issue-template-feedback/changes/#what-do-i-need-to-do
This commit is contained in:
parent
250327fac4
commit
32bec5ea63
1 changed files with 13 additions and 15 deletions
28
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
28
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -2,8 +2,8 @@ name: Report an issue with Home Assistant Core
|
||||||
about: Report an issue with Home Assistant Core.
|
about: Report an issue with Home Assistant Core.
|
||||||
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 only!
|
This issue form is for reporting bugs only!
|
||||||
|
@ -12,39 +12,41 @@ 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: The problem
|
label: The problem
|
||||||
required: true
|
|
||||||
description: >-
|
description: >-
|
||||||
Describe the issue you are experiencing here to communicate to the
|
Describe the issue you are experiencing here to communicate to the
|
||||||
maintainers. Tell us what you were trying to do and what happened.
|
maintainers. Tell us what you were trying to do and what happened.
|
||||||
|
|
||||||
Provide a clear and concise description of what the problem is.
|
Provide a clear and concise description of what the problem is.
|
||||||
- type: description
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
## Environment
|
## Environment
|
||||||
- type: input
|
- type: input
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: What is version of Home Assistant Core has the issue?
|
label: What is 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: 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:
|
options:
|
||||||
- Home Assistant OS
|
- Home Assistant OS
|
||||||
- Home Assistant Container
|
- Home Assistant Container
|
||||||
- Home Assistant Supervised
|
- Home Assistant Supervised
|
||||||
|
@ -52,13 +54,11 @@ inputs:
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Integration causing the issue
|
label: Integration causing the issue
|
||||||
required: false
|
|
||||||
description: >
|
description: >
|
||||||
The name of the integration, for example, Automation or Philips Hue.
|
The name of the integration, for example, Automation or Philips Hue.
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Link to integration documentation on our website
|
label: Link to integration documentation on our website
|
||||||
required: false
|
|
||||||
placeholder: "https://www.home-assistant.io/integrations/..."
|
placeholder: "https://www.home-assistant.io/integrations/..."
|
||||||
description: |
|
description: |
|
||||||
Providing a link [to the documentation][docs] help us categorizing the
|
Providing a link [to the documentation][docs] help us categorizing the
|
||||||
|
@ -66,14 +66,13 @@ inputs:
|
||||||
|
|
||||||
[docs]: https://www.home-assistant.io/integrations
|
[docs]: https://www.home-assistant.io/integrations
|
||||||
|
|
||||||
- type: description
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
# Details
|
# Details
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Example YAML snippet
|
label: Example YAML snippet
|
||||||
required: false
|
|
||||||
description: |
|
description: |
|
||||||
If this issue has an example piece of YAML that can help reproducing this problem, please provide.
|
If this issue has an example piece of YAML that can help reproducing this problem, please provide.
|
||||||
This can be an piece of YAML from, e.g., an automation, script, scene or configuration.
|
This can be an piece of YAML from, e.g., an automation, script, scene or configuration.
|
||||||
|
@ -86,17 +85,16 @@ inputs:
|
||||||
attributes:
|
attributes:
|
||||||
label: Anything in the logs that might be useful for us?
|
label: Anything in the logs that might be useful for us?
|
||||||
description: For example, error message, or stack traces.
|
description: For example, error message, or stack traces.
|
||||||
required: false
|
|
||||||
value: |
|
value: |
|
||||||
```txt
|
```txt
|
||||||
# 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…
Add table
Add a link
Reference in a new issue