Skip to content

Commit

Permalink
Readme - add development scripts reference
Browse files Browse the repository at this point in the history
  • Loading branch information
lb- committed Oct 19, 2022
1 parent 778fe06 commit 0d6e473
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d6e473

Please sign in to comment.