- 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 to not work as expected)
- Refactor (code change that neither fixes a bug nor adds a feature)
- Hot fix (patch that fixes a bug in production)
- My code follows the code style of this project.
- I have performed a self-review of my code
- I have added tests to cover my changes.
- I ran CI Tests and Unit tests locally prior to submission.
- I have updated the documentation accordingly to my changes.