astro/.github/ISSUE_TEMPLATE/---02-feature-request.yml

51 lines
1.7 KiB
YAML
Raw Normal View History

name: "\U0001F4A1 Feature Request"
2021-06-24 14:44:13 +00:00
description: 'Submit an RFC or suggest an idea for this project'
2021-06-30 00:07:39 +00:00
title: "\U0001F4A1 RFC: "
2021-06-24 15:13:11 +00:00
labels: ['feature']
2021-06-24 14:41:40 +00:00
assignees: []
body:
- type: markdown
attributes:
value: Thanks for taking the time to suggest a new feature! Please fill out this form as completely as possible.
- type: textarea
attributes:
2021-07-15 20:42:45 +00:00
label: Background & Motivation
2021-06-24 14:41:40 +00:00
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...
2021-06-24 14:44:02 +00:00
validations:
required: true
2021-06-24 14:41:40 +00:00
- 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
2021-07-15 20:42:45 +00:00
### Open Questions
2021-06-24 14:44:02 +00:00
validations:
required: true
2021-06-24 14:41:40 +00:00
- 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.
2021-06-24 14:52:34 +00:00
- type: checkboxes
2021-06-24 14:41:40 +00:00
attributes:
label: Help make it happen!
2021-06-30 00:06:34 +00:00
description: "Tip: RFCs with contributing authors are much more likely to get done!"
2021-06-24 14:41:40 +00:00
options:
2021-06-24 14:52:57 +00:00
- 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.
2021-06-24 14:44:02 +00:00
validations:
required: true