fix(gh-templates): Add required label attribute (#8632)

* fix(gh-templates): Add required label attribute
pull/8491/head
bo0tzz 2024-04-08 21:01:39 +07:00 committed by GitHub
parent c5e8f38e1e
commit dd15d33bce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 3 deletions

@ -6,13 +6,14 @@ body:
attributes:
value: |
Please use this form to request new feature for Immich
- type: checkboxes
attributes:
label: I have searched the existing feature requests to make sure this is not a duplicate request.
options:
- label: I have searched the existing feature requests to make sure this is not a duplicate request.
- label: "Yes"
required: true
- type: textarea
id: feature
attributes: