We are happy to receive pull requests for bug fixes, improvements and new features.
git clone https://github.com/torchbox/wagtailquickcreate
cd wagtailquickcreate
python3 -m venv venv
source venv/bin/activate
pip install -e .
python runtests.py
Your pull request should include:
- A description of the changes proposed in the pull request
- Tests for new features.
- Documentation update for new features.
Submit your pull request here: https://github.com/torchbox/wagtailquickcreate/pulls