diff options
author | 2021-06-24 09:44:02 -0500 | |
---|---|---|
committer | 2021-06-24 09:44:02 -0500 | |
commit | 251202d15e32611089d2972d39ef91b6e0520ce3 (patch) | |
tree | c8de81e0f080bb4b1935ed1cba360feb2decd58d /.github/ISSUE_TEMPLATE | |
parent | 491c8757813c9e2dcf32491cbea7893050feaaff (diff) | |
download | astro-251202d15e32611089d2972d39ef91b6e0520ce3.tar.gz astro-251202d15e32611089d2972d39ef91b6e0520ce3.tar.zst astro-251202d15e32611089d2972d39ef91b6e0520ce3.zip |
Update ---feature-request-new.yml
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/---feature-request-new.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/---feature-request-new.yml b/.github/ISSUE_TEMPLATE/---feature-request-new.yml index 35966d158..9593f7292 100644 --- a/.github/ISSUE_TEMPLATE/---feature-request-new.yml +++ b/.github/ISSUE_TEMPLATE/---feature-request-new.yml @@ -15,8 +15,8 @@ body: **Please include links to relevant issues, Discord convos, and anything else.** placeholder: I want to be able to... - validations: - required: true + validations: + required: true - type: textarea attributes: label: Proposed Solution @@ -27,8 +27,8 @@ body: ### Alternatives considered ### Risks, downsides, and/or tradeoffs - validations: - required: true + validations: + required: true - type: textarea attributes: label: Detailed Design @@ -50,5 +50,5 @@ body: - 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 + validations: + required: true |