Skip to content

Commit 95a6589

Browse files
authored
Remove link at status field (#150)
1 parent 6b63b60 commit 95a6589

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2424
- Rename `0000-use-markdown-any-decision-records.md` to `0000-use-madr.md`.
2525
- All placehodlers are are now one liners.
2626

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+
2731
## [3.0.0] – 2022-10-09
2832

2933
### Added

docs/decisions/adr-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ nav_order: 100
55
title: ADR Template
66

77
# 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"
99
# date: {YYYY-MM-DD when the decision was last updated}
1010
# decision-makers: {list everyone involved in the decision}
1111
# consulted: {list everyone whose opinions are sought (typically subject-matter experts); and with whom there is a two-way communication}

template/adr-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# 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"
44
date: {YYYY-MM-DD when the decision was last updated}
55
decision-makers: {list everyone involved in the decision}
66
consulted: {list everyone whose opinions are sought (typically subject-matter experts); and with whom there is a two-way communication}

0 commit comments

Comments
 (0)