Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 695 Bytes

File metadata and controls

11 lines (10 loc) · 695 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
  • package-lock.json has been regenerated by running npm install (if dependencies have changed)