Skip to content

Commit

Permalink
Update feature_request.yml (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vechro authored Jul 19, 2022
1 parent 1719309 commit 225c285
Showing 1 changed file with 11 additions and 35 deletions.
46 changes: 11 additions & 35 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
required: true

0 comments on commit 225c285

Please sign in to comment.