Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 619 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (11 loc) · 619 Bytes

Contributing ❤️

Thanks for your interest! In order to keep the code coherent there are some easy-to-follow rules.

  • Use StandardJS
  • Write tests for your modifications (use mocha and chai modules).
  • Keep the code coverage as high as possible (100% is awesome!)
    • Unit test with npm run test-unit-coverage and check the result.
    • Functional test with npm run test-unit-func and check the result.
  • Proudly add yourself to the contributors in package.json! 👍
  • Commit your changes using Conventional Commits