Skip to content

Commit 7ce31b4

Browse files
bottlerfacebook-github-bot
authored andcommitted
updates to CONTRIBUTING
Summary: Fix outdated info Reviewed By: kjchalup Differential Revision: D38858766 fbshipit-source-id: 52b120f355e8f9e86d777875627af02c80ee45b6
1 parent 8ea4da2 commit 7ce31b4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@ We do not always accept new features, and we take the following factors into con
1616

1717
When sending a PR, please ensure you complete the following steps:
1818

19-
1. Fork the repo and create your branch from `master`. Follow the instructions
19+
1. Fork the repo and create your branch from `main`. Follow the instructions
2020
in [INSTALL.md](../INSTALL.md) to build the repo.
2121
2. If you've added code that should be tested, add tests.
2222
3. If you've changed any APIs, please update the documentation.
23-
4. Ensure the test suite passes:
23+
4. Ensure the test suite passes, by running this from the project root:
2424
```
25-
cd pytorch3d/tests
26-
python -m unittest -v
25+
python -m unittest discover -v -s tests -t .
2726
```
2827
5. Make sure your code lints by running `dev/linter.sh` from the project root.
2928
6. If a PR contains multiple orthogonal changes, split it into multiple separate PRs.

0 commit comments

Comments
 (0)