mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
fix(gh-templates): Add required label attribute (#8632)
* fix(gh-templates): Add required label attribute
This commit is contained in:
parent
c5e8f38e1e
commit
dd15d33bce
1 changed files with 4 additions and 3 deletions
|
@ -9,8 +9,9 @@ body:
|
||||||
|
|
||||||
- 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
|
||||||
|
|
Loading…
Reference in a new issue