loapi/docs/decisions/001-decisions.md
2025-12-27 19:41:09 -06:00

13 lines
640 B
Markdown

# Use Decision Documents to Capture Decision hitory
## Context and Background
Guidehouse teams are trying to reduce effort by sharing code via a monorepo. Inevitable sharing code can blend development styles. As
we attempt to standardize, it will be helpful to keep track of critical decisions and the rational behind them.
## Decision
Use a decision document to keep track of the rational of a decision. This will be most useful when alternatives come up. The level of detail should represent the gravity of the decision and the complexity of the problem space.
*This document follows the [Decision Document Template](template.md).*