Skip to content

nielsutrecht/adr-example

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

ADR Example

Installing ARD Tools

See here

Getting started

Initialise project

adr init

This will initialise the repo and create a doc/adr directory (you can override this) with the first ADR explaining that we will be recording ADRs in this repo :)

Add an ADR

adr new Use JUnit 4.12 for testing

This adds a new ADR (automatically numbered as number 0002) that records our decision to use JUnit 4.12

Supersede an ADR

adr new -s 2 Use JUnit 5 for testing

This creates an additional ADR that supersedes the old one (number 2). Both ADRs refer to each other.

About

Example of Architectural Decision Records

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published