From 792990f08658fdb4d6bfa885a7481b15c5f74e25 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 0000000000..26b0d4e775 --- /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 & Backward Compatibility considerations + +### Test Plan