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

This commit is contained in:
Michael Feil 2024-04-03 00:31:43 -07:00 committed by GitHub
parent 76b889bf1d
commit c64cf38673
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,6 +30,8 @@ pip install -e . # This may take several minutes.
```bash
pip install -r requirements-dev.txt
# linting and formatting
bash format.sh
# Static type checking
mypy
# Unit tests