Create feature_request.yml

This commit is contained in:
Bnyro 2022-07-19 18:02:29 +02:00 committed by GitHub
parent 7ec18073a1
commit 326b39ae37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,58 @@
name: Feature Request
description: Suggest a feature you would like to see added
labels: [enhancement]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to suggest a new feature! Please follow these steps:
1. Make sure that nobody else suggested the feature yet.
2. Write a short and informative title.
3. Fill in all the requested information in this form.
- type: textarea
id: description
attributes:
label: Describe the feature
description: A clear and concise description of what the feature is and how it should work.
placeholder: Option to ...
validations:
required: true
- type: textarea
id: benefits
attributes:
label: Why would this be useful to add?
description: Explain why this feature would be useful to you.
placeholder: This would make it easier to ...
validations:
required: true
- type: textarea
id: concepts
attributes:
label: Concept(s)
description: Post concepts or drawings to better explain the feature here.
validations:
required: false
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Add any other context about the feature here.
validations:
required: false
- type: checkboxes
id: acknowledgements
attributes:
label: Acknowledgements
description: Your issue will be closed if you don't follow these steps.
options:
- label: I have searched the existing issues and this is **NOT** a duplicate or related to another open issue.
required: true
- label: I have written a short but informative title.
required: true
- label: I filled out all of the requested information in this form.
required: true