- 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 change)
- Other non-breaking change (enhancement, tests, documentation, chore and the like)
- This Pull Request DOES NOT target the
main
(production) branch on this repository (if so it must point to a feature branch or to thedevelop
(staging) branch). - I have read the CONTRIBUTING document.
- I have added/updated tests to cover my changes.
- All new and existing tests passed.
- My change requires a change to the documentation.
- I have updated the documentation accordingly.
- There are no other open Pull Requests for the same update/change.
- closes #
- closes #