jsdrupal / drupal-admin-ui

This is an admin UI for Drupal, built with JavaScript & React. ⬅️✌️➡️
Other
236 stars 91 forks source link

Adopt Architecture Decision Record (ADR) #220

Open dawehner opened 6 years ago

dawehner commented 6 years ago

@francescopersico suggest to use Architecture Decision Record (ADR) to document decisions in a nice and standardized way.

Introduction blog post: http://thinkrelevance.com/blog/2011/11/15/documenting-architecture-decisions

Template:

https://github.com/joelparkerhenderson/architecture_decision_record/blob/master/adr_template_by_michael_nygard.md

Examples:

dawehner commented 6 years ago

ADR seems to be a quite lightweight way of dealing with those kind of decisions.

justafish commented 6 years ago

@dawehner could you provide some examples please?

dawehner commented 6 years ago

Good point. I updated the summary with the template, a blog post and some examples