mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 16:41:59 +00:00
c8fffe4ade
* dev: Reusing template from Home Assistant * dev: add bug report template * fix: template * dev: change type * dev: * dev: add default labels * dev: Add default title * dev: add feature request template * remove feature request from markdown * dev: frontmatter
25 lines
503 B
YAML
25 lines
503 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
|
|
render: markdown
|
|
validations:
|
|
required: true
|
|
|
|
- type: checkboxes
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Platform
|
|
options:
|
|
- label: Server
|
|
- label: Web
|
|
- label: Mobile
|