Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.12 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

28 lines (20 loc) · 1.12 KB

Description

Please include a summary of the change and an issue that is fixed. Please try to follow the commit conventions we use in this project. Please also include relevant motivation and context and list any dependencies that are required for this change.

Resolves #(issue)

How Has This Been Tested?

If your pull request does not include new tests for this change, please describe:

  • How to reproduce unwanted behaviour without this fix
  • How to make sure your change fixes this unwanted behaviour
  • What environment have you been using for your tests

Checklist:

  • My code follows the PEP 8
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules