forked from adr/adr-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinking.expected
More file actions
49 lines (30 loc) · 756 Bytes
/
Copy pathlinking.expected
File metadata and controls
49 lines (30 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
adr new First Record
doc/adr/0001-first-record.md
adr new Second Record
doc/adr/0002-second-record.md
adr new Third Record
doc/adr/0003-third-record.md
adr link 3 Amends 1 "Amended by"
adr link 3 Clarifies 2 "Clarified by"
head -12 doc/adr/0001-first-record.md
# 1. First Record
Date: 1992-01-12
## Status
Accepted
Amended by [3. Third Record](0003-third-record.md)
## Context
head -12 doc/adr/0002-second-record.md
# 2. Second Record
Date: 1992-01-12
## Status
Accepted
Clarified by [3. Third Record](0003-third-record.md)
## Context
head -14 doc/adr/0003-third-record.md
# 3. Third Record
Date: 1992-01-12
## Status
Accepted
Amends [1. First Record](0001-first-record.md)
Clarifies [2. Second Record](0002-second-record.md)
## Context