Tick all that apply
- fix: A bug fix. Correlates with PATCH in SemVer
- feat: A new feature. Correlates with MINOR in SemVer
- docs: Documentation only changes
- style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
- refactor: A code change that neither fixes a bug nor adds a feature
- perf: A code change that improves performance
- test: Adding missing or correcting existing tests
- build: Changes that affect the build system or external dependencies (example scopes: pip, docker, npm)
- ci: Changes to CI configuration files and scripts (example scopes: GitLabCI)
- I have read and followed the Contributing guidance
- Docs have been added / updated
- Tests and Linting in the CI are passing
- Changes have been reviewed and approved by a Project Maintainer