You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/decisions/adr-template.md
+5-11Lines changed: 5 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,11 @@ title: ADR Template
13
13
---
14
14
<!-- we need to disable MD025, because we use the different heading "ADR Template" in the homepage (see above) than it is foreseen in the template -->
15
15
<!-- markdownlint-disable-next-line MD025 -->
16
-
# {short titleof solved problem and solution}
16
+
# {short title, representative of solved problem and found solution}
17
17
18
18
## Context and Problem Statement
19
19
20
-
{Describe the context and problem statement, e.g., in free form using two to three sentences or in the form of an illustrative story.
21
-
You may want to articulate the problem in form of a question and add links to collaboration boards or issue management systems.}
20
+
{Describe the context and problem statement, e.g., in free form using two to three sentences or in the form of an illustrative story. You may want to articulate the problem in form of a question and add links to collaboration boards or issue management systems.}
22
21
23
22
<!-- This is an optional element. Feel free to remove. -->
24
23
## Decision Drivers
@@ -36,8 +35,7 @@ title: ADR Template
36
35
37
36
## Decision Outcome
38
37
39
-
Chosen option: "{title of option 1}", because
40
-
{justification. e.g., only option, which meets k.o. criterion decision driver | which resolves force {force} | … | comes out best (see below)}.
38
+
Chosen option: {title of option 1}, because {justification. e.g., only option, which meets k.o. criterion decision driver | which resolves force {force} | … | comes out best (see below)}.
41
39
42
40
<!-- This is an optional element. Feel free to remove. -->
43
41
### Consequences
@@ -49,8 +47,7 @@ Chosen option: "{title of option 1}", because
49
47
<!-- This is an optional element. Feel free to remove. -->
50
48
### Confirmation
51
49
52
-
{Describe how the implementation of/compliance with the ADR is confirmed. E.g., by a review or an ArchUnit test.
53
-
Although we classify this element as optional, it is included in most ADRs.}
50
+
{Describe how the implementation of/compliance with the ADR can/will be confirmed. Are the design that was decided for and its implementation in line with the decision made? E.g., a design/code review or a test with a library such as ArchUnit can help validate this. Not that although we classify this element as optional, it is included in many ADRs.}
54
51
55
52
<!-- This is an optional element. Feel free to remove. -->
56
53
## Pros and Cons of the Options
@@ -80,7 +77,4 @@ Chosen option: "{title of option 1}", because
80
77
<!-- This is an optional element. Feel free to remove. -->
81
78
## More Information
82
79
83
-
{You might want to provide additional evidence/confidence for the decision outcome here and/or
84
-
document the team agreement on the decision and/or
85
-
define when/how this decision should be realized and if/when it should be re-visited.
86
-
Links to other decisions and resources might appear here as well.}
80
+
{You might want to provide additional evidence/confidence for the decision outcome here and/or document the team agreement on the decision and/or define when/how this decision the decision should be realized and if/when it should be re-visited. Links to other decisions and resources might appear here as well.}
0 commit comments