A summary of the changes and what issue/s your pull request closes.
Closes/Fixes #(issue number)
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Re-write of an existing feature
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
What tests have you performed to validate the changes are working as expected? What additional tests should be performed by others?
You can still make a pull request even if your changes are unfinished.
Just make sure to mark it WIP and don't forget to finish working on your branch later (or ask for help/feedback/input if you need it!)
- Code follows the style guidelines of Sights
- I have performed a self-review of my own code
- Comments have been added, particularly in hard-to-understand areas
- Made corresponding changes to the documentation
- The changes cause no new errors or warnings