Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 833 Bytes

CONTRIBUTIONS.md

File metadata and controls

10 lines (7 loc) · 833 Bytes

How to Contribute

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 with npm 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 or NODE_env=test mocha spec/ (require mocha 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.