Add missing required IDs to issue form (#25762)

This commit is contained in:
Franck Nijhof 2023-01-15 14:37:45 +01:00 committed by GitHub
parent 12661d98c8
commit 8ce5b73b69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@ body:
value: | value: |
## Details ## Details
- type: input - type: input
id: url
attributes: attributes:
label: URL label: URL
placeholder: "http://www.home-assistant.io/..." placeholder: "http://www.home-assistant.io/..."
@ -32,6 +33,7 @@ body:
validations: validations:
required: true required: true
- type: input - type: input
id: version
attributes: attributes:
label: Version label: Version
placeholder: "e.g., 2022.7.0" placeholder: "e.g., 2022.7.0"