Files
2025-11-29 18:20:07 +08:00

28 lines
541 B
Markdown

# [Chore Name]
<purpose>
What maintenance task, tooling update, or dependency change is needed and why.
</purpose>
<changes>
What will be changed:
- Dependency updates
- Configuration changes
- Build/CI improvements
- Tooling modifications
</changes>
<impact>
Impact on the project:
- Breaking changes (if any)
- Required developer actions
- Environment or setup changes
</impact>
<verification>
How to verify the changes work:
- Build/CI checks
- Local development verification
- Deployment verification (if applicable)
</verification>