Fix GitHub Issue Form template (#16648)

This commit is contained in:
Denise Yu 2021-02-19 15:58:09 -05:00 committed by GitHub
parent 0ac3cce9b0
commit 1081fa1de7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.