1.4 KiB
1.4 KiB
Purpose
Scope
Select one primary concern:
- Bug fix (behavior change)
- Refactor (no behavior change)
- Documentation update
- Formatting / code cleanup
- Dependency / build update
- New feature
If this PR includes multiple unrelated concerns, please split it before requesting review.
Description
Problem
Solution
Verification
Steps: 1. 2. 3.
Expected outcome:
Screenshots / Recordings (if applicable)
Commit Convention
We recommend using conventional commit prefixes:
fix:– Bug fixes (behavior change)feat:– New featuresrefactor:– Code changes without behavior changedocs:– Documentation updateschore:– Maintenance, tooling, or dependency updatestest:– Test additions or modifications
Clear commit messages make reviews easier and history more meaningful.
Checklist
- The PR is focused on a single concern
- Commit messages follow the recommended convention
- Tests added or updated (if applicable)
- Documentation updated (if applicable)
- No unrelated cleanup included
- All tests pass