Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 512 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (12 loc) · 512 Bytes

Contributing

  • Make sure your changes pass the unit tests!
  • To run the tests locally, run:
npm install
npm run test
  • We use the Standard style guide
    • Run npm run fix to automatically format code to comply with the style guide
    • Don't feel pressured to code in Standard! Just run npm run fix
  • When adding a new feature, please add a unit test in /test/test.js
  • If you have any suggestions regarding our workflow, please feel free to open an issue 😄