dev: Simple contributing guide
This commit is contained in:
14
CONTRIBUTING.md
Normal file
14
CONTRIBUTING.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Contributing quickstart
|
||||
|
||||
## Environment
|
||||
|
||||
- Docker + docker-compose
|
||||
|
||||
|
||||
## Pre-commit
|
||||
We use [pre-commit](https://pre-commit.com/) for Git hooks management.
|
||||
Quick installation below:
|
||||
```shell
|
||||
pip install pre-commit
|
||||
pre-commit install
|
||||
```
|
||||
Reference in New Issue
Block a user