Skip to content

Commit 417dce0

Browse files
committed
put the top heading level down
1 parent 1e4c5c3 commit 417dce0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

0000-template.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ RFC PR: (leave this empty)
55
ReScript Issue: (leave this empty)
66
---
77

8-
# Summary
8+
## Summary
99

1010
Brief explanation of the feature.
1111

12-
# Motivation
12+
## Motivation
1313

1414
Why are we doing this? What use cases does it support? What is the expected outcome?
1515

1616
Please focus on explaining the motivation so that if this RFC is not accepted, the motivation could be used to develop alternative solutions. In other words, enumerate the constraints you are trying to solve without coupling them too closely to the solution you have in mind.
1717

18-
# Detailed design
18+
## Detailed design
1919

2020
This is the bulk of the RFC. Explain the design in enough detail for somebody familiar with ReScript to understand, and for somebody familiar with the implementation to implement. This should get into specifics and corner-cases, and include examples of how the feature is used. Any new terminology should be defined here.
2121

22-
# Drawbacks
22+
## Drawbacks
2323

2424
Why should we not do this? Please consider:
2525

@@ -31,14 +31,14 @@ Why should we not do this? Please consider:
3131

3232
There are tradeoffs to choosing any path. Attempt to identify them here.
3333

34-
# Rationale and alternatives
34+
## Rationale and alternatives
3535

3636
- Why is this design the best in the space of possible designs?
3737
- What other designs have been considered and what is the rationale for not choosing them?
3838
- What is the impact of not doing this?
3939
- If this is a language proposal, could this be done in a library instead?
4040

41-
# Prior art
41+
## Prior art
4242

4343
Discuss prior art, both the good and the bad, in relation to this proposal. A few examples of what this can include are:
4444

@@ -51,15 +51,15 @@ This section is intended to encourage you as an author to think about the lesson
5151

5252
Note that while precedent set by other languages is some motivation, it does not on its own motivate an RFC.
5353

54-
# Adoption strategy
54+
## Adoption strategy
5555

5656
If we implement this proposal, how will existing ReScript developers adopt it? Is this a breaking change? What is the migration plan? Should we coordinate with other projects or libraries?
5757

58-
# Unresolved questions
58+
## Unresolved questions
5959

6060
Optional, but suggested for first drafts. What parts of the design are still TBD?
6161

62-
# Future posibilities
62+
## Future posibilities
6363

6464
Think about what the natural extension and evolution of your proposal would be and how it would affect the language and project as a whole in a holistic way. Try to use this section as a tool to more fully consider all possible interactions with the project and language in your proposal.
6565

0 commit comments

Comments
 (0)