From 225c2850fa4619670b237a08d17627b73b7bfd70 Mon Sep 17 00:00:00 2001 From: Vechro <6316604+Vechro@users.noreply.github.com> Date: Tue, 19 Jul 2022 09:16:45 +0300 Subject: [PATCH] Update feature_request.yml (#249) --- .github/ISSUE_TEMPLATE/feature_request.yml | 46 ++++++---------------- 1 file changed, 11 insertions(+), 35 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index ed6ebe19..2b26ea64 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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 \ No newline at end of file + required: true