mirror of
https://github.com/zadam/trilium.git
synced 2025-01-15 19:51:57 +08:00
cfea2440fb
does this rename Update bug_report.yml Update bug_report.yml Update bug_report.yml Update bug_report.yml Update and rename feature_request.md to feature_request.yml Co-authored-by: zadam <zadam.apps@gmail.com>
22 lines
846 B
YAML
22 lines
846 B
YAML
name: Feature Request
|
|
description: Report a bug
|
|
title: "(Feature request) "
|
|
labels: "Type: Enhancement"
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Preflight Checklist
|
|
description: Please ensure you've completed all of the following.
|
|
options:
|
|
- label: I have searched the [issue tracker](https://www.github.com/zadam/trilium/issues) for a feature request that matches the one I want to file, without success.
|
|
required: true
|
|
- 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.
|