Add CONTRIBUTING

This commit is contained in:
Charles-Axel Dein 2020-07-21 09:32:38 +02:00
parent 8223281252
commit 79f6dbfba4

9
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,9 @@
# Contributing
## Install pre-commit hooks
Install `pre-commit` (e.g. with pipx)
```bash
pre-commit install
```