Update feature_request.yml (#249)
This commit is contained in:
46
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
46
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: "Feature Request"
|
name: "Feature request"
|
||||||
description: "Suggest an idea or general improvement."
|
description: "Suggest an idea or general improvement."
|
||||||
title: ""
|
title: "Feature request: "
|
||||||
labels: ["enhancement"]
|
labels: ["enhancement"]
|
||||||
assignees: []
|
assignees: []
|
||||||
body:
|
body:
|
||||||
@@ -11,44 +11,20 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Motivation
|
label: Motivation
|
||||||
description: |
|
description: |
|
||||||
A quick, clear and concise description of what the problem is.
|
Description of what the problem is and what the desired solution would be.
|
||||||
|
|
||||||
**Please include links to relevant issues, Slack convos, and anything else.**
|
**Include links to relevant issues or discussions, if there are any.**
|
||||||
placeholder: I want to be able to...
|
placeholder: I want to be able to
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: dropdown
|
||||||
attributes:
|
|
||||||
label: Proposed Solution
|
|
||||||
description: Your take on one (or more) possible solution(s) to problem.
|
|
||||||
value: |
|
|
||||||
### Possible solutions
|
|
||||||
|
|
||||||
### Alternatives considered
|
|
||||||
|
|
||||||
### Risks, downsides, and/or tradeoffs
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Detailed Design
|
|
||||||
description: |
|
|
||||||
🛑 **Just looking for feedback on an idea? Leave this section blank.**
|
|
||||||
|
|
||||||
Otherwise, explain the exact steps required to implement this change.
|
|
||||||
Include specific details that would help someone implement this feature.
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Open Questions
|
|
||||||
description: |
|
|
||||||
Are there any open questions remaining? List them here.
|
|
||||||
- type: checkboxes
|
|
||||||
attributes:
|
attributes:
|
||||||
label: Help make it happen!
|
label: Help make it happen!
|
||||||
description: "Feature requests with contributing authors are much more likely to get done!"
|
description: "Feature requests with contributing authors are much more likely to get done!"
|
||||||
|
multiple: false
|
||||||
options:
|
options:
|
||||||
- label: I am willing to submit a PR to implement this change.
|
- I am not willing to submit a PR to implement this change.
|
||||||
- label: I am willing to submit a PR to implement this change, but would need some guidance.
|
- I am willing to submit a PR to implement this change, but would need some guidance.
|
||||||
- label: I am not willing to submit a PR to implement this change.
|
- I am willing to submit a PR to implement this change.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user