From be711215fb97e9331aac9f75eef7acdb6c7e0703 Mon Sep 17 00:00:00 2001 From: Alexander McCord <11488393+alexmccord@users.noreply.github.com> Date: Thu, 14 Jul 2022 09:25:11 -0700 Subject: [PATCH] Revert accidental deletion of TEMPLATE.md --- rfcs/TEMPLATE.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 rfcs/TEMPLATE.md diff --git a/rfcs/TEMPLATE.md b/rfcs/TEMPLATE.md new file mode 100644 index 00000000..266922b2 --- /dev/null +++ b/rfcs/TEMPLATE.md @@ -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?