(Your text here)
- 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 not work as expected)
- Docs change / refactoring / dependency upgrade
- (none)
- (none)
- I have tested my code to ensure that my fix is effective or that my feature works
- My changes generate no new warnings or errors
- I have performed a self-review of my own code
- I have created my changes in a separate branch that's based off of master
- I have commented my code, particularly in hard-to-understand areas
- I have used descriptive commit messages
- I have made any necessary changes to the documentation
- Closes #XXXX