mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
Fix GitHub Issue Form template (#16648)
This commit is contained in:
parent
0ac3cce9b0
commit
1081fa1de7
17
.github/ISSUE_TEMPLATE/feedback.yml
vendored
17
.github/ISSUE_TEMPLATE/feedback.yml
vendored
@ -2,8 +2,8 @@ name: Documentation feedback
|
|||||||
about: Provide feedback on a page on our website
|
about: Provide feedback on a page on our website
|
||||||
title: ""
|
title: ""
|
||||||
issue_body: true
|
issue_body: true
|
||||||
inputs:
|
body:
|
||||||
- type: description
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thanks for opening an issue to provide feedback on our website/documentation.
|
Thanks for opening an issue to provide feedback on our website/documentation.
|
||||||
@ -15,36 +15,37 @@ inputs:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Feedback
|
label: Feedback
|
||||||
required: true
|
|
||||||
description: >-
|
description: >-
|
||||||
Please be sure to provide feedback as clear as possible. Describe what
|
Please be sure to provide feedback as clear as possible. Describe what
|
||||||
you think is incorrect or can be improved, and try to provide a
|
you think is incorrect or can be improved, and try to provide a
|
||||||
suggestion on how you think it can be improved or fixed.
|
suggestion on how you think it can be improved or fixed.
|
||||||
- type: description
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
## Details
|
## Details
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: URL
|
label: URL
|
||||||
required: true
|
|
||||||
placeholder: "http://www.home-assistant.io/..."
|
placeholder: "http://www.home-assistant.io/..."
|
||||||
description: >
|
description: >
|
||||||
A URL with a link to the page you are providing feedback for.
|
A URL with a link to the page you are providing feedback for.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Version
|
label: Version
|
||||||
required: false
|
|
||||||
placeholder: "e.g., 2021.2.0"
|
placeholder: "e.g., 2021.2.0"
|
||||||
description: >
|
description: >
|
||||||
Current version of the documentation. This usually matches the Home
|
Current version of the documentation. This usually matches the Home
|
||||||
Assistant Core release version, and can be found at the bottom of the
|
Assistant Core release version, and can be found at the bottom of the
|
||||||
page.
|
page.
|
||||||
- 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