Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.03 KB

File metadata and controls

26 lines (18 loc) · 1.03 KB

Description

A summary of the changes and what issue/s your pull request closes.

Closes/Fixes #(issue number)

Type of change

  • 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)

Testing

What tests have you performed to validate the changes are working as expected? What additional tests should be performed by others?

Final checklist:

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