docs: add conventional commits guide and design decisions template
This commit is contained in:
@@ -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 -->
|
||||
Reference in New Issue
Block a user