quentinrossetti/node-7z

View on GitHub
CONTRIBUTING.md

Summary

Maintainability
Test Coverage
Contributing :heart:
====================

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

* Use [StandardJS](https://standardjs.com/)
* 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`! :+1:
* Commit your changes using [Conventional Commits](https://www.conventionalcommits.org/)