Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 673 Bytes

pull_request_template.md

File metadata and controls

27 lines (14 loc) · 673 Bytes

What existing problem does the pull request solve and why should we include it?

What is the testing plan?

Demonstrate the code is solid by discussing how results are verified and covered by tests

  • Code for this PR is covered in tests
  • Code passes all existing tests

Code formatting

Code should be PEP8 compliant before merging by running a package like black

  • Code linted

Applicable Issues

Please do not create a Pull Request without creating an issue first.

Put closes #XXXX in your comment to auto-close the issue that your PR fixes.

Issues List

  • closes...
  • closes...