feat(gh-templates): Require non-duplicate confirmation on FR (#8618)
parent
4f4bceec94
commit
db45ec7434
|
|
@ -6,6 +6,13 @@ 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
|
||||||
|
attributes:
|
||||||
|
options:
|
||||||
|
- label: I have searched the existing feature requests to make sure this is not a duplicate request.
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: feature
|
id: feature
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue