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