Commit Conventions
Commit Messages
Follow Conventional Commits:Types
| Type | Description |
|---|---|
feat | New feature |
fix | Bug fix |
refactor | Code refactoring |
docs | Documentation changes |
test | Adding or updating tests |
chore | Maintenance tasks |
perf | Performance improvements |
Examples
Pull Requests
- One feature or fix per PR
- Include tests for new functionality
- Update relevant documentation
- Ensure CI passes before requesting review

