mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -04:00
* add npm prettier dep and format script to .github folder * initial work on prettier formatting test * attempt index notation * change name of .github job to be valid * another use of index notation this is getting overcomplicated * Change job ID to `github-files-formatting` and chane the name to `.github Files Checks` * Change job name to `.github Files Formatting` * Update Makefile with .github module and `filter-out`s * run prettier formatting as added in this PR
35 lines
848 B
YAML
35 lines
848 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.
|
|
Stick to only a single feature per request. If you list multiple different features at once,
|
|
your request will be closed.
|
|
|
|
- type: checkboxes
|
|
attributes:
|
|
label: I have searched the existing feature requests, both open and closed, to make sure this is not a duplicate request.
|
|
options:
|
|
- label: 'Yes'
|
|
required: true
|
|
|
|
- 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
|