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

432 B

Contributing Guidelines

Pull request are more than welcome on the GitHub page.

Development environment

This project uses pre-commit to enforce style-checks. These checks are enforced in the GitHub Actions, but it is encouraged to install a development environment locally as well.

$ pip install -e .[dev]
$ pre-commit install