File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
24
24
- Rename ` 0000-use-markdown-any-decision-records.md ` to ` 0000-use-madr.md ` .
25
25
- All placehodlers are are now one liners.
26
26
27
+ ### Removed
28
+
29
+ - Removed link to ADR in ` status ` field. Only identifier should be put. [ #150 ] ( https://github.com/adr/madr/pull/150 )
30
+
27
31
## [ 3.0.0] – 2022-10-09
28
32
29
33
### Added
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ nav_order: 100
5
5
title : ADR Template
6
6
7
7
# These are optional elements. Feel free to remove any of them.
8
- # status: "{proposed | rejected | accepted | deprecated | … | superseded by [ ADR-0005](0005-example.md)} "
8
+ # status: "{proposed | rejected | accepted | deprecated | … | superseded by ADR-0123 "
9
9
# date: {YYYY-MM-DD when the decision was last updated}
10
10
# decision-makers: {list everyone involved in the decision}
11
11
# consulted: {list everyone whose opinions are sought (typically subject-matter experts); and with whom there is a two-way communication}
Original file line number Diff line number Diff line change 1
1
---
2
2
# These are optional metadata elements. Feel free to remove any of them.
3
- status : " {proposed | rejected | accepted | deprecated | … | superseded by [ ADR-0000](0000-use-markdown-architectural-decision-records.md)} "
3
+ status : " {proposed | rejected | accepted | deprecated | … | superseded by ADR-0123 "
4
4
date : {YYYY-MM-DD when the decision was last updated}
5
5
decision-makers : {list everyone involved in the decision}
6
6
consulted : {list everyone whose opinions are sought (typically subject-matter experts); and with whom there is a two-way communication}
You can’t perform that action at this time.
0 commit comments