init
This commit is contained in:
17
notes/decisions.md
Normal file
17
notes/decisions.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user