Update feature_request.yml (#249)
This commit is contained in:
44
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
44
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: "Feature Request"
|
||||
name: "Feature request"
|
||||
description: "Suggest an idea or general improvement."
|
||||
title: ""
|
||||
title: "Feature request: "
|
||||
labels: ["enhancement"]
|
||||
assignees: []
|
||||
body:
|
||||
@@ -11,44 +11,20 @@ body:
|
||||
attributes:
|
||||
label: Motivation
|
||||
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.**
|
||||
placeholder: I want to be able to...
|
||||
**Include links to relevant issues or discussions, if there are any.**
|
||||
placeholder: I want to be able to
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
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
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Help make it happen!
|
||||
description: "Feature requests with contributing authors are much more likely to get done!"
|
||||
multiple: false
|
||||
options:
|
||||
- label: I am 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.
|
||||
- label: I am not willing to submit a PR to implement this change.
|
||||
- I am not willing to submit a PR to implement this change.
|
||||
- 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.
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user