mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Revert accidental deletion of TEMPLATE.md
This commit is contained in:
parent
0b5ea963f5
commit
be711215fb
1 changed files with 21 additions and 0 deletions
21
rfcs/TEMPLATE.md
Normal file
21
rfcs/TEMPLATE.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Feature name
|
||||||
|
|
||||||
|
## Summary
|
||||||
|
|
||||||
|
One paragraph explanation of the feature.
|
||||||
|
|
||||||
|
## Motivation
|
||||||
|
|
||||||
|
Why are we doing this? What use cases does it support? What is the expected outcome?
|
||||||
|
|
||||||
|
## Design
|
||||||
|
|
||||||
|
This is the bulk of the proposal. Explain the design in enough detail for somebody familiar with the language to understand, and include examples of how the feature is used.
|
||||||
|
|
||||||
|
## Drawbacks
|
||||||
|
|
||||||
|
Why should we *not* do this?
|
||||||
|
|
||||||
|
## Alternatives
|
||||||
|
|
||||||
|
What other designs have been considered? What is the impact of not doing this?
|
Loading…
Add table
Reference in a new issue