From cb014247fb73b1d8459a17219becc611ad52f23d Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Mon, 26 Aug 2024 14:56:13 +0200 Subject: [PATCH] Example for Pros/Cons headings --- template/adr-template.md | 48 ++++++++++++++++++++++++++++++---------- 1 file changed, 36 insertions(+), 12 deletions(-) diff --git a/template/adr-template.md b/template/adr-template.md index 9f063a6..11f91be 100644 --- a/template/adr-template.md +++ b/template/adr-template.md @@ -35,8 +35,13 @@ Chosen option: "{title of option 1}", because ### Consequences -* Good, because {positive consequence, e.g., improvement of one or more desired qualities, …} -* Bad, because {negative consequence, e.g., compromising one or more desired qualities, …} +Positive Consequences: + +* {positive consequence, e.g., improvement of one or more desired qualities, …} + +Negative Consequences: + +* {negative consequence, e.g., compromising one or more desired qualities, …} * … @@ -53,22 +58,41 @@ Chosen option: "{title of option 1}", because {example | description | pointer to more information | …} -* Good, because {argument a} -* Good, because {argument b} +Pros: + +* {argument a} +* {argument b} + -* Neutral, because {argument c} -* Bad, because {argument d} -* … +Neutral: + +* {argument c} +* {argument d} + +Cons: + +* {argument e} +* {argument f} +* … ### {title of other option} {example | description | pointer to more information | …} -* Good, because {argument a} -* Good, because {argument b} -* Neutral, because {argument c} -* Bad, because {argument d} -* … +Pros: + +* {argument g} +* {argument h} + +Neutral: + +* {argument i} +* {argument j} + +Cons: + +* {argument k} +* {argument l} ## More Information