1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +02:00

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

* fix(gh-templates): Add required label attribute
This commit is contained in:
bo0tzz 2024-04-08 21:01:39 +02:00 committed by GitHub
parent c5e8f38e1e
commit dd15d33bce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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