Trento's ADR repository contains the Architecture Decision Records (ADR) for the project. Please refer to the ADR GitHub page and this article for more info about Architecture Decision Records.
Follow the instructions in the ASDF documentation to install ASDF.
Then, install the adr-tools plugin
Run the following command to create a new ADR:
adr new "Wanda is the best rabbit pet"
Run the following command to supersede an ADR:
# supersede the ADR 0009
adr new -s 9 new "Tonio is the best rabbit pet"