From 2d510661b9816cb76de42de5a237c44a6a366bda Mon Sep 17 00:00:00 2001 From: Sebastian Sch Date: Tue, 11 Jul 2023 17:59:00 +0300 Subject: [PATCH] adding design template Signed-off-by: Sebastian Sch --- doc/design/TEMPLATE.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 doc/design/TEMPLATE.md diff --git a/doc/design/TEMPLATE.md b/doc/design/TEMPLATE.md new file mode 100644 index 000000000..e4535d1af --- /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 + +### Upgrade & Downgrade considerations + +### Test Plan