- Hot fix (emergency fix and release)
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Documentation (change which affects the documentation site)
- Breaking change (fix or feature that would cause existing functionality to change)
- Release (
develop
->main
)
- My code follows the code style of this project.
- Documentation for my change is up to date?
- My PR meets testing requirements.
- All new and existing tests passed.
- All commits are signed-off.
- Ensure it is a 'squash commit' if not a release.
- Ensure CI is currently passing
- Check sonar. If you are working for a fork a maintainer will reach out, if required.