- This project uses git flow, any pull request should be based on the
develop
branch - Commits should follow the recommendations mentioned at https://cbea.ms/git-commit/ (TLDR; Use present tense)
- docker
- A working Google Maps API Key
- Run
docker-compose up
- Open http://localhost:8085
- Make sure you perform interface testing by going through the page models from
tests
and make sure they all behave as expected in the Wagtail interface - Run the test suite
- Make sure your code are formatted using black
- Update
CHANGELOG.md
with your changes