Contributions are everytime welcome!
But there are a few rules to follow:
- Code must follow the stileguide. It is enforced trough
eslintand can be cheched withnpm run lint. The styleguide followed is AirBnB and it is enforce trought EsLint (At the moment a bug is traced) - Code must be tested. Libraries used for teting are Mocha and Chai to follow the standard. Test can be runned with
npm testorNODE_env=test mocha spec/(requiremochato be installed globally). - Features should be discussed! (Using GitHub Issues)
- A TODO list is added at the end of the
REAME.mdfile. It should be a good starting point.