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: templates/yadr-template-full.yaml
+31-33Lines changed: 31 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -10,23 +10,23 @@ metadata:
10
10
title: '{short title, representative of solved problem and found solution}'
11
11
12
12
context-and-problem-statement: |
13
-
{Describe the context and problem statement, e.g., in free form using two to three sentences or in the form of an illustrative story.
14
-
15
-
* You may want to articulate the problem in form of a question.
16
-
* Consider adding links to collaboration boards or issue management systems.
17
-
* Make the scope of the decision explicit, for instance, by calling out or pointing at structural architecture elements (components, connectors, ...).}
13
+
{Describe the context and problem statement, e.g., in free form using two to three sentences or in the form of an illustrative story.
14
+
15
+
* You may want to articulate the problem in form of a question.
16
+
* Consider adding links to collaboration boards or issue management systems.
17
+
* Make the scope of the decision explicit, for instance, by calling out or pointing at structural architecture elements (components, connectors, ...).}
18
18
19
19
# this is an optional element
20
20
decision-drivers:
21
-
- '{decision driver 1, e.g., a force, facing concern, …}'
22
-
- '{decision driver 2, e.g., a force, facing concern, …}'
23
-
- '… <!-- numbers of drivers can vary -->'
21
+
- '{decision driver 1, e.g., a force, facing concern, …}'
22
+
- '{decision driver 2, e.g., a force, facing concern, …}'
23
+
- '… <!-- numbers of drivers can vary -->'
24
24
25
25
considered-options:
26
-
- &id-of-option-1 '{title of option 1}'
27
-
- &id-of-option-2 '{title of option 2}'
28
-
- &id-of-option-3 '{title of option 3}'
29
-
# numbers of options can vary
26
+
- &id-of-option-1 '{title of option 1}'
27
+
- &id-of-option-2 '{title of option 2}'
28
+
- &id-of-option-3 '{title of option 3}'
29
+
# numbers of options can vary
30
30
31
31
# this is an optional element
32
32
pros-and-cons-of-the-options:
@@ -38,33 +38,33 @@ pros-and-cons-of-the-options:
38
38
{example | description | pointer to more information | …}
39
39
40
40
pros:
41
-
- &argument-a '{argument a}'
42
-
- '{argument b}'
43
-
# use "neutral" if the given argument weights neither for good nor bad.
41
+
- &argument-a '{argument a}'
42
+
- '{argument b}'
43
+
# use "neutral" if the given argument weights neither for good nor bad.
44
44
45
45
neutral:
46
-
- &argument-c '{argument c}'
46
+
- &argument-c '{argument c}'
47
47
48
48
cons:
49
-
- &argument-d '{argument d}'
50
-
# numbers of pros and cons can vary
49
+
- &argument-d '{argument d}'
50
+
# numbers of pros and cons can vary
51
51
52
52
id-of-option-2:
53
53
# same structure as id-of-option-1
54
54
description: |
55
55
{example | description | pointer to more information | …}
56
56
57
57
pros:
58
-
- &argument-a '{argument a}'
59
-
- '{argument b}'
60
-
# use "neutral" if the given argument weights neither for good nor bad.
58
+
- &argument-a '{argument a}'
59
+
- '{argument b}'
60
+
# use "neutral" if the given argument weights neither for good nor bad.
61
61
62
62
neutral:
63
-
- &argument-c '{argument c}'
63
+
- &argument-c '{argument c}'
64
64
65
65
cons:
66
-
- &argument-d '{argument d}'
67
-
# numbers of pros and cons can vary
66
+
- &argument-d '{argument d}'
67
+
# numbers of pros and cons can vary
68
68
69
69
decision-outcome:
70
70
@@ -79,21 +79,19 @@ decision-outcome:
79
79
# this is an optional element
80
80
consequences:
81
81
positive:
82
-
# numbers of entries can vary
83
-
- *argument-a
84
-
- '{positive consequence, e.g., improvement of one or more desired qualities, …}'
82
+
# numbers of entries can vary
83
+
- *argument-a
84
+
- '{positive consequence, e.g., improvement of one or more desired qualities, …}'
85
85
neutral:
86
-
- *argument-c
87
-
- '{neutral consequence, e.g., resulting activity, new requirement/decision, …}'
86
+
- *argument-c
87
+
- '{neutral consequence, e.g., resulting activity, new requirement/decision, …}'
88
88
negative:
89
-
- *argument-d
90
-
- '{negative consequence, e.g., compromising one or more desired qualities, …}'
89
+
- *argument-d
90
+
- '{negative consequence, e.g., compromising one or more desired qualities, …}'
91
91
92
92
# this is an optional element
93
93
confirmation: |
94
-
95
94
{Describe how the implementation / compliance of the ADR can/will be confirmed. Is there any automated or manual fitness function? If so, list it and explain how it is applied. Is the chosen design and its implementation in line with the decision? E.g., a design/code review or a test with a library such as ArchUnit can help validate this. Note that although we classify this element as optional, it is included in many ADRs.}
96
95
97
96
more-information: |
98
-
99
97
{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