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