Contributing

We are always happy to get issues identified and pull requests!

Getting your pull request merged in

  • Keep it small. The smaller the pull request the more likely I’ll pull it in.
  • Pull requests that fix a current issue get priority for review.
  • If you’re not already in the docs/contributors.rst file, add yourself!

Installation + running the tests

Please refer to online documentation on how to install this project.

Code conventions

  • For python follow PEP8 with 120 line characters limit
  • For javascript follow airbnb
  • For html & css follow this codeguide