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
andchai
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.
- Unit test with
- Proudly add yourself to the contributors in
package.json
! 👍 - Commit your changes using Conventional Commits