Skip to content

Commit d8456a3

Browse files
authored
Update CONTRIBUTING.md (pytorch#1107)
Improving some of the grammatical errors.
1 parent 4028977 commit d8456a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ possible.
77

88
We actively welcome your pull requests.
99

10-
If you're new we encourage you to take a look at issues tagged with [good first issue](https://github.com/pytorch/examples/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
10+
If you're new, we encourage you to take a look at issues tagged with [good first issue](https://github.com/pytorch/examples/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
1111

1212
### For new examples
1313

@@ -29,7 +29,7 @@ If you're new we encourage you to take a look at issues tagged with [good first
2929
When done working with `virtualenv`, run `deactivate`.
3030

3131
5. Verify that there are no issues in your doc build. You can check the preview locally
32-
by installing [sphinx-serve](https://pypi.org/project/sphinx-serve/) and
32+
by installing [sphinx-serve](https://pypi.org/project/sphinx-serve/)
3333
then running `sphinx-serve -b build`.
3434
6. Ensure your test passes locally.
3535
7. If you haven't already, complete the Contributor License Agreement ("CLA").
@@ -41,7 +41,7 @@ If you're new we encourage you to take a look at issues tagged with [good first
4141
2. Make sure you have a GPU-enabled machine, either locally or in the cloud. `g4dn.4xlarge` is a good starting point on AWS.
4242
3. Make your code change.
4343
4. First, install all dependencies with `./run_python_examples.sh "install_deps"`.
44-
5. Then make sure that `./run_python_examples.sh` passes locally by running the script end to end.
44+
5. Then, make sure that `./run_python_examples.sh` passes locally by running the script end to end.
4545
6. If you haven't already, complete the Contributor License Agreement ("CLA").
4646
7. Address any feedback in code review promptly.
4747

0 commit comments

Comments
 (0)