Skip to content

Commit e991ae4

Browse files
authored
Update contributing.md (#385)
small update for contributing.md to include what packages to install and how to lint.
1 parent c5d5c1f commit e991ae4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
We want to make contributing to this project as easy and transparent as
33
possible.
44

5+
## Setup
6+
```
7+
pip install -r dev-requirements.txt
8+
```
59

610
## Pull Requests
711
We actively welcome your pull requests.
@@ -10,7 +14,7 @@ We actively welcome your pull requests.
1014
2. If you've added code that should be tested, add tests.
1115
3. If you've changed APIs, update the documentation.
1216
4. Ensure the test suite passes.
13-
5. Make sure your code lints.
17+
5. Make sure your code lints (`pre-commit run --all-files`).
1418
6. If you haven't already, complete the Contributor License Agreement ("CLA").
1519

1620
## Contributor License Agreement ("CLA")

0 commit comments

Comments
 (0)