mirror of
https://github.com/yattee/yattee.git
synced 2025-01-06 01:20:31 +05:30
Create feature_request.yaml
adding updated feature request template
This commit is contained in:
parent
f2b4f1680f
commit
b293f68d44
42
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
Normal file
42
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
name: Feature request
|
||||||
|
description: Suggest an new feature or an idea to improve the existing one
|
||||||
|
title: "[Feature Request]: "
|
||||||
|
labels: "enhancement"
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
**README: Before You Submit Your Issue**
|
||||||
|
- Issues are not a place to ask support questions or discussions. Please ask any questions or discussions on the [Matrix Channel](https://matrix.to/#/#yattee:matrix.org) or [discussions page](https://github.com/yattee/yattee/discussions).
|
||||||
|
- Also check the [Wiki](https://github.com/yattee/yattee/wiki) for any information or FAQs that help you with yattee.
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Guidelines
|
||||||
|
description: Please ensure you've completed all of the following.
|
||||||
|
options:
|
||||||
|
- label: I have searched the [issue tracker](https://github.com/yattee/yattee/issues) for the feature request but haven't found the one that I'm opening for.
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Describe your idea or suggested feature
|
||||||
|
description: Provide a clear description of the idea or feature that you're requesting to have implemented. Also in a image/video of the feature request if available.
|
||||||
|
placeholder: |
|
||||||
|
Example:
|
||||||
|
"The feature should work like this..."
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
attributes:
|
||||||
|
label: 'Labels'
|
||||||
|
description: Please select a label that fits this feature request. Choose multiple label options, if applicable.
|
||||||
|
multiple: true
|
||||||
|
options:
|
||||||
|
- ease of use improvement
|
||||||
|
- improvement to existing feature
|
||||||
|
- new feature
|
||||||
|
- visual improvement
|
||||||
|
validations:
|
||||||
|
required: true
|
Loading…
Reference in New Issue
Block a user