Spelling & grammar improvements to bug_report.yml (#56800)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>pull/58217/head^2
parent
8d46802558
commit
750a8f2d37
|
@ -15,7 +15,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: The problem
|
label: The problem
|
||||||
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.
|
||||||
|
@ -28,10 +28,12 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: What is version of Home Assistant Core has the issue?
|
label: What version of Home Assistant Core has the issue?
|
||||||
placeholder: core-
|
placeholder: core-
|
||||||
description: >
|
description: >
|
||||||
Can be found in the Configuration panel -> Info.
|
Can be found in: [Configuration panel -> Info](https://my.home-assistant.io/redirect/info/).
|
||||||
|
|
||||||
|
[![Open your Home Assistant instance and show your Home Assistant version information.](https://my.home-assistant.io/badges/info.svg)](https://my.home-assistant.io/redirect/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?
|
||||||
|
@ -44,7 +46,9 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: What type of installation are you running?
|
label: What type of installation are you running?
|
||||||
description: >
|
description: >
|
||||||
If you don't know, you can find it in: Configuration panel -> Info.
|
Can be found in: [Configuration panel -> Info](https://my.home-assistant.io/redirect/info/).
|
||||||
|
|
||||||
|
[![Open your Home Assistant instance and show your Home Assistant version information.](https://my.home-assistant.io/badges/info.svg)](https://my.home-assistant.io/redirect/info/)
|
||||||
options:
|
options:
|
||||||
- Home Assistant OS
|
- Home Assistant OS
|
||||||
- Home Assistant Container
|
- Home Assistant Container
|
||||||
|
@ -55,15 +59,15 @@ body:
|
||||||
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, Philips Hue
|
||||||
- type: input
|
- type: input
|
||||||
id: integration_link
|
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/..."
|
||||||
description: |
|
description: |
|
||||||
Providing a link [to the documentation][docs] help us categorizing the
|
Providing a link [to the documentation][docs] helps us categorize the
|
||||||
issue, while providing a useful reference at the same time.
|
issue, while also providing a useful reference for others.
|
||||||
|
|
||||||
[docs]: https://www.home-assistant.io/integrations
|
[docs]: https://www.home-assistant.io/integrations
|
||||||
|
|
||||||
|
@ -75,8 +79,8 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Example YAML snippet
|
label: Example YAML snippet
|
||||||
description: |
|
description: |
|
||||||
If this issue has an example piece of YAML that can help reproducing this problem, please provide.
|
If applicable, please provide an example piece of YAML that can help reproduce this problem.
|
||||||
This can be an piece of YAML from, e.g., an automation, script, scene or configuration.
|
This can be from an automation, script, scene or configuration.
|
||||||
render: yaml
|
render: yaml
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -88,5 +92,3 @@ body:
|
||||||
label: Additional information
|
label: Additional information
|
||||||
description: >
|
description: >
|
||||||
If you have any additional information for us, use the field below.
|
If you have any additional information for us, use the field below.
|
||||||
Please note, you can attach screenshots or screen recordings here, by
|
|
||||||
dragging and dropping files in the field below.
|
|
||||||
|
|
Loading…
Reference in New Issue