Pull requests are welcome and appreciated. Please run the unit tests prior to creating a pull request. Please make all pull requests into the develop branch.
It is assumed you know how to GitHub and pip. These skills are needed before a contribution can be made
Clone or fork the repo then run the following commands:
cd django_jasmine
pip install -e .
pip install tox
tox