From c64cf38673780544087af5ad5d3baf879a29220b Mon Sep 17 00:00:00 2001 From: Michael Feil <63565275+michaelfeil@users.noreply.github.com> Date: Wed, 3 Apr 2024 00:31:43 -0700 Subject: [PATCH] [Doc] Update contribution guidelines for better onboarding (#3819) --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8db5e569b6aec..befd61ff516e0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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