Releases: adr/madr
Releases · adr/madr
4.0.0
Fixed
adr-template.md
: Re-add quotes around chosen option name.adr-template-minimal.md
: Place holder in one line.adr-template-bare.md
: Keep fixed template text as normal markdown (and not as comment).adr-template-bare.md
andadr-template-bare-minimal.md
: Always use<!-- … ->
als place holder instead of{…}
.
See https://github.com/adr/madr/tree/4.0.0/template for the list of all templates.
4.0.0-beta
Added
- Bare an minimal templates: #88
adr-template-minmal.md
only contains mandatory sections, with explanations about them.adr-template-bare.md
has all sections, wich are empty (no explanations).adr-template-bare-minimal.md
has the mandatory sections, without explanations.
- Added example for "Confirmation". #135
Changed
- Put the content of
status:
in quotes to tell YAML it's a string. #91 - Renamed "Validation" to "Confirmation" and put it as sub element of "Decision Outcome". #87
- Renamed "Deciders" to "Decision Maker(s)" (
decision-makers:
). #101 - Rename template name "Markdown Any Decision Record" back to "Markdown Architectural Decision Record"
- Rename
0000-use-markdown-any-decision-records.md
to0000-use-madr.md
. - All placehodlers are are now one liners.
Removed
- Removed link to ADR in
status
field. Only identifier should be put. #150
3.0.0
Added
- Added comments to markdownlint rules in
.markdownlint.yml
files.
Changed
- Moved section "Validation" directly after "Decision Outcome"
- Merged sections "Positive Consequences" and "Negative Consequences" into "Consequences" to enable similar grammar as in "Pros and Cons of the Options". #75
Removed
- Removed allowed punctuation in
.markdownlint.yml
rule
3.0.0-beta.2
3.0.0-beta
Added
- Added YAML front matter to
docs/decisions/adr-template.md
- Added "Neutral" arguments (in addition to "Good, because", and "Bad, because")
- Refined howto texts
- Disable markdown-lint's MD013 - line length for the ADR files.
- Added initial markdownlint configuration file
.markdownlint
.
This can, for instance, be used by a GitHub linting workflow
Changed
- Rename "Markdown Architectural Decision Record" to "Markdown Any Decision Record"
- Place holders for values are denoted by curly braces (
{placehodler}
). Before it was[placeholder]
. #35 - Directory of ADRs changed from
docs/adr
todocs/decisions
. #33 - Renamed
template.md
toadr-template.md
. #36 - Changed
## Links
to## More information
- Relaxed content of
More information
section from a bullet list to free text. - Changed
optional
toThis is an optional element. Feel free to remove.
to make it more clear how to work with an optional element. - Changed
driver 1
todecicion driver 1
. - Changed
e.g., compromising quality attribute, follow-up decisions required, …
toe.g., compromising one or more desired qualities, …
- Moved the fields to the YAML front matter
- Renamed
template/index.md
totemplate/README.md
, because i)README.md
is directly rendered on GitHub and ii) for Jekyll-based rendering, the index file has to be adapted (e.g., to show a hint to the doc as MADR does indocs/decisions/index.md
). - Replace
{option 1}
place holder to{title of option 1}
. - Restructured and streamlined documentation.
Removed
- Removed
Technical Story: {description | ticket/issue URL} <!-- optional -->
, because all description should go into "Context and Problem Statement" - Removed files
.adr-dir
and.adr-type
as tooling should automatically detect the style of the template