commit | author | age
|
eeab68
|
1 |
## ADR-Concept |
MH |
2 |
|
|
3 |
This project uses ADRs (Architecture Decision Records), see also https://adr.github.io/. |
|
4 |
|
|
5 |
There is a template available under [0000-00-00.adr-tempate.md](./0000-00-00.adr-tempate.md). |
|
6 |
|
|
7 |
It's suggested to write an ADR if any of these is true: |
|
8 |
|
|
9 |
- an architectural decision is hard to change, |
|
10 |
- there is a dispute about an architectural decision, |
|
11 |
- some unusual architectural decision was made (e.g. unusual library), |
|
12 |
- some deeper investigation was necessary before the decision. |
|
13 |
|
|
14 |
ADRs should not be written for minor decisions with limited impact. |
|
15 |
|