From 0d6e473d4627b56ca90c6ae3473705c836defc90 Mon Sep 17 00:00:00 2001 From: LB Johnston Date: Thu, 20 Oct 2022 06:30:33 +1000 Subject: [PATCH] Readme - add development scripts reference --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e39fa0bd..410bbfa7 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,12 @@ Steps: If you're a Python or Django developer, fork the repo and join us. You'll find answers to many common new contributor questions in our [contributing guidelines](https://docs.wagtail.org/en/stable/contributing/index.html). +## Development + +- Run formatting (Black Prettier) `make format` +- Run linting (Flake8, isort, Black, Prettier) `make lint` +- Run tests `make test` + # Other Notes ## Google Summer of Code