You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ possible.
7
7
8
8
We actively welcome your pull requests.
9
9
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)
11
11
12
12
### For new examples
13
13
@@ -29,7 +29,7 @@ If you're new we encourage you to take a look at issues tagged with [good first
29
29
When done working with `virtualenv`, run `deactivate`.
30
30
31
31
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/)
33
33
then running `sphinx-serve -b build`.
34
34
6. Ensure your test passes locally.
35
35
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
41
41
2. Make sure you have a GPU-enabled machine, either locally or in the cloud. `g4dn.4xlarge` is a good starting point on AWS.
42
42
3. Make your code change.
43
43
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.
45
45
6. If you haven't already, complete the Contributor License Agreement ("CLA").
0 commit comments