From 491c8757813c9e2dcf32491cbea7893050feaaff Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Thu, 24 Jun 2021 09:43:32 -0500 Subject: [PATCH] Update ---feature-request-new.yml --- .github/ISSUE_TEMPLATE/---feature-request-new.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/---feature-request-new.yml b/.github/ISSUE_TEMPLATE/---feature-request-new.yml index 0e5b5be87..35966d158 100644 --- a/.github/ISSUE_TEMPLATE/---feature-request-new.yml +++ b/.github/ISSUE_TEMPLATE/---feature-request-new.yml @@ -14,19 +14,21 @@ body: A quick, clear and concise description of what the problem is. **Please include links to relevant issues, Discord convos, and anything else.** - required: true 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. - required: true value: | ### Possible solutions ### Alternatives considered ### Risks, downsides, and/or tradeoffs + validations: + required: true - type: textarea attributes: label: Detailed Design @@ -44,8 +46,9 @@ body: attributes: label: Help make it happen! description: "Tip: Requests made by interested contributors are much more likely to get done!" - required: true 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. + validations: + required: true