mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
feat(GitHub): update bug and feature request template (#1584)
* 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
This commit is contained in:
parent
43fd7737f1
commit
c8fffe4ade
5 changed files with 135 additions and 78 deletions
25
.github/DISCUSSION_TEMPLATE/feature_request.yaml
vendored
Normal file
25
.github/DISCUSSION_TEMPLATE/feature_request.yaml
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue