From 3f34b6dbfa00a73e18192de029aaa56886add3d6 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..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