Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.24 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

23 lines (20 loc) · 1.24 KB
  • Bug fix
  • New feature
  • Chore
  • Breaking change
  • There is an open issue which this change addresses
  • I have read the CONTRIBUTING document.
  • My commits follow the Git Commit Guidelines
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
    • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.