Files
dotfiles/notes/decisions.md
2026-05-04 09:53:30 +02:00

18 lines
461 B
Markdown

# Decisions
Append-only. Never edit past entries.
Add new decisions at the bottom with a date and context.
Format:
## YYYY-MM-DD — Short title
**Decision:** What was decided.
**Why:** The reason or constraint behind it.
**Who:** Who made or owns this decision.
---
## YYYY-MM-DD — Example entry
**Decision:** Use SSH keys for git commit signing instead of GPG.
**Why:** Avoids GPG keychain complexity, same key used for auth and signing.
**Who:** Edwin