Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 750 Bytes

pull_request_template.md

File metadata and controls

23 lines (16 loc) · 750 Bytes

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix
  • New feature
  • This change requires a documentation update

Checklist:

  • My code follows PEP8 style guide
  • I have removed unnecessary print statements from my code
  • I have made corresponding changes to the documentation if necessary
  • My changes generate no errors
  • No commented-out code
  • Size of pull request kept to a minimum
  • Pull request description clearly describes changes made & motivations for said changes