mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 01:52:28 +08:00

https://github.com/orgs/community/discussions/148715#discussioncomment-11845050 also removed title field, as duplicating the issue "type" info in there is not necessary anymore
15 lines
484 B
YAML
15 lines
484 B
YAML
name: Feature Request
|
|
description: Ask for a new feature to be added
|
|
type: "Feature"
|
|
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.
|