Files
pixelheros/.claude/docs/templates/changelog-template.md
2026-05-15 14:52:29 +08:00

63 lines
1.4 KiB
Markdown

# What's New in [Version]
**Release Date**: [Date]
---
## New Features
- **[Feature Name]**: [Player-friendly description of what they can now do. Focus on the experience, not the implementation. 1-2 sentences.]
- **[Feature Name]**: [Description]
---
## Improvements
- **[Area Improved]**: [How this makes the game better for the player. Be specific.]
- **[Area Improved]**: [Description]
---
## Balance Changes
- **[What Changed]**: [Old value] -> [New value]. [Brief design reasoning in player terms. Example: "Healing potions now restore 50 HP (up from 30) -- late-game encounters needed more recovery options."]
- **[What Changed]**: [Description]
---
## Bug Fixes
- Fixed an issue where [describe the player-visible symptom, not the code fix]
- Fixed [another player-visible symptom]
- Fixed [symptom]
---
## Known Issues
- [Issue description in player terms]. [Workaround if one exists.] We're working on a fix.
---
## Technical Notes (Internal Only -- Remove Before Publishing)
### Commits Covered
- Range: `[first-hash]..[last-hash]`
- Total commits: [N]
### Internal Changes
- [Refactoring, infrastructure, or tooling changes not visible to players]
### Deferred Items
- [Features or fixes originally planned for this release but moved to next]
- Reason: [why deferred]
- New target: [version or sprint]
---
Thank you for playing! Your feedback helps us improve the game.
Report issues at [support link].