Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.36 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

25 lines (22 loc) · 1.36 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.
  • My change requires a change to Typescript typings.
    • I have updated the typings accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.