Architectural Decision Records (ADRs)ยค
This project uses Compliance Trestle to generate and enforce the structure of ADRs. Read more about how trestle author is used to enforce template structure here
In order to generate a new ADR:
cd {REPO_ROOT}/docs- Use
trestle author docs create-sample -tn ADRto generate a new ADR document. - Write your ADR with the created documentation.
- Validate the ADR with
trestle author docs validate -tn ADR -hvfrom{REPO_ROOT}/docs - This is also completed as part of the test pipeline
- Commit and run through the standard PR review process.