12 lines
542 B
Org Mode
12 lines
542 B
Org Mode
#+title: Architecture Decision Records
|
|
#+roam_alias: "ADRs"
|
|
|
|
ADRs provide documentation on architectural decisions made over the course of
|
|
[[file:20200723095845-software_development.org][Software Development]]. Each ADR records a single decision. Different templates
|
|
exist for writing them, but generally, they include the context and motivating
|
|
factors for the decision, what decision was made, why it was made, and what the
|
|
results and implications of that decision are.
|
|
|
|
* Resources
|
|
- [[https://adr.github.io/][ADR GitHub organization]]
|
|
-
|