Contributions are everytime welcome!
But there are a few rules to follow:
- Code must follow the stileguide. It is enforced trough
eslint
and 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 test
orNODE_env=test mocha spec/
(requiremocha
to be installed globally). - Features should be discussed! (Using GitHub Issues)
- A TODO list is added at the end of the
REAME.md
file. It should be a good starting point.