ADR- Architecture Decision Record
- Anand Nerurkar
- Aug 6, 2024
- 1 min read
It is very imporatant to document the decision so that it is used as reference for decision check.
so make use of ADR tools for our project source code repository ,
we need to install ADR tool and then we can goto our porject source code repository and document adr.
Elements of ADR
==
1.install adr tools
2. goto to source repository where you want to store adr and type below command
adr init --- will create markdown file for adr
this create adr file of the below template
Comments