diff --git a/doc/design/TEMPLATE.md b/doc/design/TEMPLATE.md new file mode 100644 index 0000000000..609e13e23a --- /dev/null +++ b/doc/design/TEMPLATE.md @@ -0,0 +1,33 @@ +--- +title: template +authors: + - template +reviewers: + - template +creation-date: DD-MM-YYYY +last-updated: DD-MM-YYYY +--- + +# Title + +## Summary + +## Motivation + +### Use Cases + +### Goals + +### Non-Goals + +## Proposal + +### Workflow Description + +### API Extensions + +### Implementation Details/Notes/Constraints + +### Update & Backward Compatibility considerations + +### Test Plan