- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality not to work as expected)
- Documentation (changes to documentation only)
- Refactor (non-functional changes to improve code quality)
- Chore (non-code operational changes, e.g., CI/CD, tooling, or dependency updates)
- I have added inline comments for the code to explain the logic & implementation
- My changes generate no new warnings/errors
- I have made corresponding changes to the documentation