From a0c675d633bee80f2474adbc65ac8706e979fa82 Mon Sep 17 00:00:00 2001 From: Martin Klepsch Date: Fri, 16 Feb 2018 19:08:07 +0100 Subject: [PATCH] add decision record template --- doc/decisions/templates/template.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 doc/decisions/templates/template.md diff --git a/doc/decisions/templates/template.md b/doc/decisions/templates/template.md new file mode 100644 index 0000000..f82cfe0 --- /dev/null +++ b/doc/decisions/templates/template.md @@ -0,0 +1,29 @@ +# NUMBER. TITLE + +| Date | Tags | +|---|---| +| DATE | e.g: architecture, database | + + +## Status + +STATUS + +## Context + +Describe the context in which the decision has been made. +Some questions that should give some ideas what to write here: + +- What problems have you encountered that this decision impacts? +- What is the current state of things that are related to this decision? + +## Decision + +Describe your decision. + +- In what ways does it solve the aforementioned problems or improves something? +- What tradeoffs does this decision make? + +## Consequences + +Expand on tradeoffs and other side-effects of this decision. \ No newline at end of file