mirror of
https://github.com/zadam/trilium.git
synced 2024-11-12 02:37:39 +08:00
15 lines
525 B
YAML
15 lines
525 B
YAML
name: Feature Request
|
|
description: Ask for a new feature to be added
|
|
title: "(Feature request) "
|
|
labels: "Type: Enhancement"
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe feature
|
|
description: A clear and concise description of what you want to be added..
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional Information
|
|
description: If your problem needs further explanation, or if the issue you're seeing cannot be reproduced in a gist, please add more information here.
|