Skip to content

Commit

Permalink
Merge pull request #809 from facebookresearch/add-precommit-install-t…
Browse files Browse the repository at this point in the history
…o-contributing

Updates contributing.md with info on pre-commit
  • Loading branch information
Etesam913 committed Jul 4, 2022
2 parents ef1abf9 + 6add0fa commit 207cfd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ We actively welcome your pull requests.
3. If you've changed APIs, update the documentation.
4. Ensure the test suite passes.
5. Make sure your code lints.
* This can be done by running `pre-commit install`. This will check the if your code is formatted correctly on each commit.
* Make sure that pre-commit is installed by following the steps in [this website](https://pre-commit.com/).
6. If you haven't already, complete the Contributor License Agreement ("CLA").

### Task Contributions
Expand Down

0 comments on commit 207cfd7

Please sign in to comment.