-
Notifications
You must be signed in to change notification settings - Fork 30
/
stage-1--discussion-template.md
36 lines (24 loc) · 1.32 KB
/
stage-1--discussion-template.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!--
Welcome!
If you are interested in proposing a new feature or improvement to Astro,
then you are in the right place!
This template covers most of the questions you will be asked about your proposal.
This template is completely optional, so feel free to delete it if you'd like and
write your proposal using whatever format and length as you'd like. You can always
come back and restructure your proposal later, once you've collected some early feedback.
-->
# Summary
A brief, one or two sentence explanation of the proposal.
# Background & Motivation
Include any useful background detail that that explains why this RFC is important.
What are the problems that this RFC sets out to solve? Why now? Be brief!
It can be useful to illustrate your RFC as a user problem in this section.
(ex: "Users have reported that it is difficult to do X in Astro today.")
# Goals
A **concise, bulleted-list** outlining the intended goals of this RFC.
- What are the exact problems that you are trying to solve with this RFC?
- Separate these goals from the solution that you will outline below.
- If this RFC isn't approved, these goals can be used to develop alternative solutions.
# Example
If the proposal involves a new or changed API, then include a basic code example.
Otherwise, omit this section if it's not applicable.