diff options
author | 2021-07-15 16:42:45 -0400 | |
---|---|---|
committer | 2021-07-15 16:42:45 -0400 | |
commit | cca84df07a32f361eec3034ebb1c1767351553ac (patch) | |
tree | ea230f86d7afb27dae88d3dfe8ddcc904d7a31dc /.github/ISSUE_TEMPLATE | |
parent | 5e2c825c9e0745b3b4f64585cecc9c6f3786ee6b (diff) | |
download | astro-cca84df07a32f361eec3034ebb1c1767351553ac.tar.gz astro-cca84df07a32f361eec3034ebb1c1767351553ac.tar.zst astro-cca84df07a32f361eec3034ebb1c1767351553ac.zip |
update rfc template
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/---02-feature-request.yml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE/---02-feature-request.yml b/.github/ISSUE_TEMPLATE/---02-feature-request.yml index f52aaeebe..9b5d4b152 100644 --- a/.github/ISSUE_TEMPLATE/---02-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/---02-feature-request.yml @@ -9,10 +9,9 @@ body: value: Thanks for taking the time to suggest a new feature! Please fill out this form as completely as possible. - type: textarea attributes: - label: Motivation + label: Background & Motivation description: | A quick, clear and concise description of what the problem is. - **Please include links to relevant issues, Discord convos, and anything else.** placeholder: I want to be able to... validations: @@ -27,6 +26,8 @@ body: ### Alternatives considered ### Risks, downsides, and/or tradeoffs + + ### Open Questions validations: required: true - type: textarea @@ -37,11 +38,6 @@ body: 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: label: Help make it happen! |