Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 816 Bytes

File metadata and controls

12 lines (11 loc) · 816 Bytes

For #

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)
  • Title summarizes what is changing
  • Has a news entry file (remember to thank yourself!)
  • Unit tests & system/integration tests are added/updated
  • Test plan is updated as appropriate
  • package-lock.json has been regenerated by running npm install (if dependencies have changed)