mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 02:18:50 -07:00
25 lines
480 B
YAML
25 lines
480 B
YAML
title: "[Feature] <feature-name-goes-here>"
|
|
labels: ["feature"]
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Please use this form to request new feature for Immich
|
|
- type: textarea
|
|
id: feature
|
|
attributes:
|
|
label: The feature
|
|
validations:
|
|
required: true
|
|
|
|
- type: checkboxes
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Platform
|
|
options:
|
|
- label: Server
|
|
- label: Web
|
|
- label: Mobile
|