Describe the big picture of your changes here. If it fixes a bug (:bug:) or resolves a feature request, refer to it here.
Types of changes
What types of changes does your code introduce? Mark boxes that apply with an x.
[x] Bugfix (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 not work as expected)
Checklist :heavy_check_mark:
Mark boxes that apply with an x. These can also be filled out after the pull request is created.
[ ] I have read the coding convention guidelines and my code follows these.
[x] Unit tests pass locally with my changes
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] I have added necessary documentation (if appropriate)
Further comments
If this is a large or complex change, start the discussion by explaining why you chose to implement your solution the way you did, what alternatives you considered, etc.
Changes :balloon:
Describe the big picture of your changes here. If it fixes a bug (:bug:) or resolves a feature request, refer to it here.
Types of changes
What types of changes does your code introduce? Mark boxes that apply with an
x
.Checklist :heavy_check_mark:
Mark boxes that apply with an
x
. These can also be filled out after the pull request is created.Further comments
If this is a large or complex change, start the discussion by explaining why you chose to implement your solution the way you did, what alternatives you considered, etc.