Fixes: #N
Relates to: #N, PR #N, ...
- Bug fix (non-breaking change which fixes an issue)
- Feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change
- Chore (non-breaking change which doesn't affect codebase; test, version modification, documentation, etc.)
- I Keep It Small and Simple: The smaller the PR is, the easier it is to review and have it merged
- I have performed a self-review of my code
- I have added tests that prove my fix is effective or that my feature works
- New and existing unit tests pass locally with my changes
- Which platform have you tested the code changes on?
- Linux
- Windows
- MacOS