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