docs: add conventional commits guide and design decisions template

This commit is contained in:
Kareem Horstink
2026-07-26 14:22:44 +00:00
parent cbb77576bb
commit 1eec71ded1
2 changed files with 131 additions and 1 deletions
+33
View File
@@ -0,0 +1,33 @@
# FrogFPS — Design Decisions Log
*Track important design choices here. Each entry explains what was decided, why, and any alternatives considered.*
---
## Template
```markdown
### [Date] — [Feature/Decision Name]
**Decision:** What was chosen
**Rationale:** Why this choice was made
**Alternatives Considered:**
- Option A: ...
- Option B: ...
**Trade-offs:**
- Pros: ...
- Cons: ...
**Related Files:**
- `path/to/file.cs`
- `path/to/scene.tscn`
```
---
## Entries
<!-- Add entries below this line -->