json-schema-validator/docs/CONTRIBUTING.md
Cristian Le 25a5d09861
Move Contributing section
Signed-off-by: Cristian Le <git@lecris.dev>
2023-07-09 21:56:50 +02:00

16 lines
432 B
Markdown

# Contributing Guidelines
Pull request are more than welcome on the
[GitHub page](https://github.com/pboettch/json-schema-validator).
## Development environment
This project uses [`pre-commit`](https://pre-commit.com/) to enforce style-checks.
These checks are enforced in the GitHub Actions, but it is encouraged to install
a development environment locally as well.
```console
$ pip install -e .[dev]
$ pre-commit install
```