mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
Update issue form to use latest changes (#48250)
This commit is contained in:
parent
269608d1af
commit
cc73cbcace
17
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
17
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
name: Report an issue with Home Assistant Core
|
name: Report an issue with Home Assistant Core
|
||||||
about: Report an issue with Home Assistant Core.
|
description: Report an issue with Home Assistant Core.
|
||||||
title: ""
|
title: ""
|
||||||
issue_body: true
|
issue_body: true
|
||||||
body:
|
body:
|
||||||
@ -29,6 +29,7 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
|
id: version
|
||||||
label: What is version of Home Assistant Core has the issue?
|
label: What is version of Home Assistant Core has the issue?
|
||||||
placeholder: core-
|
placeholder: core-
|
||||||
description: >
|
description: >
|
||||||
@ -52,11 +53,13 @@ body:
|
|||||||
- Home Assistant Supervised
|
- Home Assistant Supervised
|
||||||
- Home Assistant Core
|
- Home Assistant Core
|
||||||
- type: input
|
- type: input
|
||||||
|
id: integration_name
|
||||||
attributes:
|
attributes:
|
||||||
label: Integration causing the issue
|
label: Integration causing the issue
|
||||||
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
|
||||||
|
id: integration_link
|
||||||
attributes:
|
attributes:
|
||||||
label: Link to integration documentation on our website
|
label: Link to integration documentation on our website
|
||||||
placeholder: "https://www.home-assistant.io/integrations/..."
|
placeholder: "https://www.home-assistant.io/integrations/..."
|
||||||
@ -76,20 +79,12 @@ body:
|
|||||||
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.
|
||||||
value: |
|
render: yaml
|
||||||
```yaml
|
|
||||||
# Put your YAML below this line
|
|
||||||
|
|
||||||
```
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
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.
|
||||||
value: |
|
render: txt
|
||||||
```txt
|
|
||||||
# Put your logs below this line
|
|
||||||
|
|
||||||
```
|
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user