mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-28 19:39:17 +00:00
* Create config.yml * Create bug_report.yml * Create feature_request.yml * Blank issue is back * Now looks better
17 lines
564 B
YAML
17 lines
564 B
YAML
name: Feature request
|
|
description: Suggest an idea for Leaf
|
|
labels: 'enhancement'
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this feature request for Leaf! Fill out the following form to your best ability to help us understand your feature request and greately improve the change of it getting added.
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: What feature do you want to see added?
|
|
description: A clear and concise description of your feature request.
|
|
validations:
|
|
required: true
|