Contributions are welcome, please follow the setup instructions below to get started.
git clone https://github.com/torchbox/wagtail-jotform
cd wagtail-jotform
python3 -m venv venv
source venv/bin/activate
pip install -e ".[testing,development]"
pre-commit install
Change some code, write some tests, and check that the tests pass
coverage run ./runtests.py
coverage report