From 8f652f774f01e065e695faa1324b0c27d9296569 Mon Sep 17 00:00:00 2001 From: Nick Volynkin Date: Fri, 4 Jul 2025 14:22:12 +0300 Subject: [PATCH] [docs] Add a proposal template Signed-off-by: Nick Volynkin --- design-proposals/template.md | 91 ++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 design-proposals/template.md diff --git a/design-proposals/template.md b/design-proposals/template.md new file mode 100644 index 0000000..95f18a1 --- /dev/null +++ b/design-proposals/template.md @@ -0,0 +1,91 @@ +# Cozystack Enhancement Proposal: Your short, descriptive title + +## Overview + + + +## 1. Goal Setting + +### Motivation + + + +## Users and User Stories + + + +### Goals and Non-goals + + + +### Alternatives + + + +### Trade-offs and Risks + + + +## 2. Implementation + +## Design and Architecture + + + +## API Examples + + + +### Implementation Phases + + + +## Update/Rollback Compatibility + + + +### Security + + + +### Testing + + + + +--- + + \ No newline at end of file