Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 1.2 KB

CONTRIBUTING.md

File metadata and controls

21 lines (19 loc) · 1.2 KB

Contributing to our project

Need a push in the right direction?

  • Fork this repo on Github.
  • Make sure you have Git, Vagrant and other dependencies installed on your system.
  • After installing the above dependencies change your working directory which you would like to use as your project directory.
  • Run the following command on the terminal
    • Type vagrant init
    • Type vagrant up
    • Type vagrant ssh
  • Make sure vagrant up works locally on your machine. If you are not sure, put the output in a Gist.
  • Run the tests on the command line by python -m unittest discover
  • Do they run correctly and pass ?. If not, let us know!
  • Read the API Docs
  • Do we have docs for each part of the system? If not, patches welcome!