Revert accidental deletion of TEMPLATE.md

This commit is contained in:
Alexander McCord 2022-07-14 09:25:11 -07:00 committed by GitHub
parent 0b5ea963f5
commit be711215fb
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

21
rfcs/TEMPLATE.md Normal file
View 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?