The purpose of this repository is to demonstrate usage patterns for the Markdown Architecture Decision Record(MADR) system.
For new Architectural Decision Records (ADRs), please use one of the following templates as a starting point:
- adr-template.md has all sections, with explanations about them.
- 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.
The MADR documentation is available at https://adr.github.io/madr/ while general information about ADRs is available at https://adr.github.io/.