chore: add 'not duplicate' checkbox to issue template (#16462)
parent
f11080cc2d
commit
0cb3dc6211
|
|
@ -1,6 +1,13 @@
|
|||
name: Report an issue with Immich
|
||||
description: Report an issue with Immich
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: I have searched the existing issues to make sure this is not a duplicate report.
|
||||
options:
|
||||
- label: "Yes"
|
||||
required: true
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue