Skip to content

Commit

Permalink
Remove link at status field (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Aug 31, 2024
1 parent 6b63b60 commit 95a6589
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Rename `0000-use-markdown-any-decision-records.md` to `0000-use-madr.md`.
- All placehodlers are are now one liners.

### Removed

- Removed link to ADR in `status` field. Only identifier should be put. [#150](https://github.com/adr/madr/pull/150)

## [3.0.0] – 2022-10-09

### Added
Expand Down
2 changes: 1 addition & 1 deletion docs/decisions/adr-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ nav_order: 100
title: ADR Template

# These are optional elements. Feel free to remove any of them.
# status: "{proposed | rejected | accepted | deprecated | … | superseded by [ADR-0005](0005-example.md)}"
# status: "{proposed | rejected | accepted | deprecated | … | superseded by ADR-0123"
# date: {YYYY-MM-DD when the decision was last updated}
# decision-makers: {list everyone involved in the decision}
# consulted: {list everyone whose opinions are sought (typically subject-matter experts); and with whom there is a two-way communication}
Expand Down
2 changes: 1 addition & 1 deletion template/adr-template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# These are optional metadata elements. Feel free to remove any of them.
status: "{proposed | rejected | accepted | deprecated | … | superseded by [ADR-0000](0000-use-markdown-architectural-decision-records.md)}"
status: "{proposed | rejected | accepted | deprecated | … | superseded by ADR-0123"
date: {YYYY-MM-DD when the decision was last updated}
decision-makers: {list everyone involved in the decision}
consulted: {list everyone whose opinions are sought (typically subject-matter experts); and with whom there is a two-way communication}
Expand Down

0 comments on commit 95a6589

Please sign in to comment.