Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 707 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (24 loc) · 707 Bytes

Contributing

We are happy to receive pull requests for bug fixes, improvements and new features.

Developer setup

Clone the repository ⤵️

git clone https://github.com/torchbox/wagtailquickcreate

Create a virtualenv and install the requirements 🐍

cd wagtailquickcreate
python3 -m venv venv
source venv/bin/activate
pip install -e .

Run the tests 🧪

python runtests.py

Pull requests 🙏

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