Unverified Commit c64cf386 authored by Michael Feil's avatar Michael Feil Committed by GitHub
Browse files

[Doc] Update contribution guidelines for better onboarding (#3819)

parent 76b889bf
...@@ -30,6 +30,8 @@ pip install -e . # This may take several minutes. ...@@ -30,6 +30,8 @@ pip install -e . # This may take several minutes.
```bash ```bash
pip install -r requirements-dev.txt pip install -r requirements-dev.txt
# linting and formatting
bash format.sh
# Static type checking # Static type checking
mypy mypy
# Unit tests # Unit tests
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment