Fixes # (issues)
- 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)
- I have read the contributing documentation.
- My code follows the code style of this project.
- My code has been linted.
- I have performed a self-review of my code.
- I have commented my code, particularly the hard to understand areas.
- I have added tests to cover my changes (if applicable).
- My changes generate no new warnings.
- There are no merge conflicts.