Update and rename feature.md to feature.yml

This commit is contained in:
pushrbx 2023-01-26 22:47:29 +00:00 committed by GitHub
parent 9fdadac0a1
commit e0608a62c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 37 additions and 22 deletions

View File

@ -1,22 +0,0 @@
---
name: Feature Request
about: Have an idea?
title: ''
labels: 'i: enhancement, i: needs triage'
assignees: ''
---
Feel free to delete parts of the template text, if they are not entirely relevant for your feature request.
## Feature Request
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. E.g. I have an issue when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen. Add any considered drawbacks.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Teachability, Documentation, Adoption, Migration Strategy**
If you can, explain how users will be able to use this and benefit from it.

37
.github/ISSUE_TEMPLATE/feature.yml vendored Normal file
View File

@ -0,0 +1,37 @@
name: "Feature Request"
description: "Have an idea?"
title: "💡 "
labels: [enhancement, needs triage]
body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: It would greatly help us reducing duplicates and we would really appriacte if you could search the existing feature requests for the idea your about to suggest.
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: Is your feature request related to a problem?
description: A clear and concise description of what the problem is.
placeholder: E.g. I have an issue when [...]
validations:
required: true
- type: textarea
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen. Add any considered drawbacks.
validations:
required: true
- type: textarea
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
validations:
required: false
- type: textarea
attributes:
label: Teachability, Documentation, Adoption, Migration Strategy
description: If you can, explain how users will be able to use this and benefit from it.
validations:
required: false