- Bug fix (non-breaking change that fixes an issue)
- New feature (non-breaking change that adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
- Documentation update
- Refactoring (no functional changes)
- CI/CD or infrastructure changes
- I have tested these changes locally
- I have added/updated tests that prove my fix is effective or my feature works
- New and existing tests pass locally
- My code follows the project's style guidelines
- I have performed a self-review of my code
- I have commented my code where necessary (particularly complex areas)
- I have updated the documentation accordingly
- My changes generate no new warnings
- I have checked that my changes don't introduce any security vulnerabilities