Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.5 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

25 lines (21 loc) · 1.5 KB

The Problem

The Solution

Checklist:

  • I have incremented the version in the project root's package.json
  • The commit that increments the version includes the new version number in it's commit message
  • My code follows the code style of this project.
  • This code has passed all CI tests & has been deployed successfully to staging.
  • I have verified that, following above, the staging site reflected these changes and worked as expected.
  • I have described any backwards-incompatibility implications above.
  • I have highlighted which parts of the code should be reviewed most carefully.
  • If my change requires a change to the documentation, I have updated the documentation accordingly.