diff options
author | 2021-06-22 21:28:17 -0700 | |
---|---|---|
committer | 2021-06-22 21:28:17 -0700 | |
commit | f6e607e0ee131ce11a433d087fa8baa500909da2 (patch) | |
tree | 06e9bbd742a05f8a66de9d9203e6ac0fc367ed20 | |
parent | 16724f93e34983a8bd75ec097ceb43aba808a9a7 (diff) | |
download | astro-f6e607e0ee131ce11a433d087fa8baa500909da2.tar.gz astro-f6e607e0ee131ce11a433d087fa8baa500909da2.tar.zst astro-f6e607e0ee131ce11a433d087fa8baa500909da2.zip |
Update ---feature-request.md
-rw-r--r-- | .github/ISSUE_TEMPLATE/---feature-request.md | 30 |
1 files changed, 26 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/---feature-request.md b/.github/ISSUE_TEMPLATE/---feature-request.md index a4419ea3b..841ac6ad9 100644 --- a/.github/ISSUE_TEMPLATE/---feature-request.md +++ b/.github/ISSUE_TEMPLATE/---feature-request.md @@ -1,25 +1,47 @@ --- name: "\U0001F4A1 Feature Request" -about: Suggest an idea for this project +about: "Submit an RFC or suggest an idea for this project" title: '[Feature Request] ' labels: '' assignees: '' --- -## What is Missing from Astro Today? + +## Motivation A quick, clear and concise description of what the problem is. -Example: I'm always frustrated when [...] +Example: "I'm always frustrated when [...]" or "I want to be able to [...]" +Include links to relevant issues, Discord convos, and anything else. ## Proposed Solution Your take on one (or more) possible solution(s) to problem. +Mention alternate solutions, if you can think of any. +Mention risks, downsides, and tradeoffs. + +## Detailed Design + +🛑 **Just looking for feedback on an idea? Leave this section blank ("TODO").** +Otherwise, explain the exact steps required to implement this change. +Include specific details that would help someone implement this feature. + +## Open Questions + +Are there any open questions remaining? List them here. ## Help Make it Happen! -<!-- Tip: Requests made by interested contributors are much more likely to happen. --> +<!-- Tip: Requests made by interested contributors are much more likely to get done! --> <!-- Select one from the list below: --> - [ ] I am 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 not willing to submit a PR to implement this change. + + + + + + + + |