Add CONTRIBUTING

This commit is contained in:
Charles-Axel Dein 2020-07-21 09:32:38 +02:00
parent 8223281252
commit 79f6dbfba4
1 changed files with 9 additions and 0 deletions

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
```