Skip to content

Latest commit

 

History

History

adr

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ADR

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.

How to contribute

Install ASDF and the ADR plugin

Follow the instructions in the ASDF documentation to install ASDF.

Then, install the adr-tools plugin

Create a new ADR

Run the following command to create a new ADR:

adr new "Wanda is the best rabbit pet"

Supersede an ADR

Run the following command to supersede an ADR:

# supersede the ADR 0009
adr new -s 9 new "Tonio is the best rabbit pet"

Resources