Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.19 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

22 lines (19 loc) · 1.19 KB
  • Bug fix
  • New feature
  • Chore
  • Breaking change
  • There is an open issue which this change addresses
  • 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.