Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 512 Bytes

pull_request_template.md

File metadata and controls

18 lines (11 loc) · 512 Bytes

Pull Request Template

Please include a summary of the changes you've made:

How Has This Been Tested

Please describe your testing method.

Checklist:

  • My code follows pep8 style guidlines
  • I have reviewed my own code
  • I have included relevant comments so my teammates understand my code
  • I have made corresponding changes to the documentation
  • I have done my best to avoid merge conflicts and other git issues
  • New and existing unit tests pass locally with my changes