Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.08 KB

pull_request_template.md

File metadata and controls

26 lines (19 loc) · 1.08 KB

Description

What is changing?

Is there new documentation needed for these changes?

What is the motivation for this change?

Double check the following

  • Ran npm run check:lint script
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket