Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 399 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (12 loc) · 399 Bytes

Contribution guidelines

  • Install/update the dependencies. npm install
  • Make sure the code lints. npm run lint
  • Make sure all of the tests pass. npm test
  • New code must have new unit tests.
  • Adhere to the coding conventions that are used elsewhere in the codebase.
  • Add yourself to the authors file.