github.com/sleungcy-sap/cli@v7.1.0+incompatible/doc/adr/0001-record-architecture-decisions.md (about) 1 # 1. Record architecture decisions 2 3 Date: 2018-09-25 4 5 ## Status 6 7 Accepted 8 9 ## Context 10 11 As we are building out v7 of the CLI, we need to record the architectural decisions made on this project. 12 13 ## Decision 14 15 We will use Architecture Decision Records, as [described by Michael Nygard](http://thinkrelevance.com/blog/2011/11/15/documenting-architecture-decisions). 16 17 ## Consequences 18 19 See Michael Nygard's article, linked above. For a lightweight ADR toolset, see Nat Pryce's [adr-tools](https://github.com/npryce/adr-tools).