Contributing

August 9, 2020 ยท View on GitHub

Contributions are very welcome !

Instructions :

  • Fork the repository and clone it on your computer
  • Install dependencies: npm install
  • Update source code and add mocha tests for any code you create
  • Run npm run lint:fix then npm run test to check your updates didn't break anything
  • Once your code is ready, documented and tested, please make a pull request :)