File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,18 +28,18 @@ If you're new we encourage you to take a look at issues tagged with [good first
28
28
by installing [ sphinx-serve] ( https://pypi.org/project/sphinx-serve/ ) and
29
29
then running ` sphinx-serve -b build ` .
30
30
31
- 5 . Ensure your test passes locally
31
+ 5 . Ensure your test passes locally.
32
32
6 . If you haven't already, complete the Contributor License Agreement ("CLA").
33
- 7 . Address any feedback in code review promptly
33
+ 7 . Address any feedback in code review promptly.
34
34
35
35
## For bug fixes
36
36
1 . Fork the repo and create your branch from ` main ` .
37
37
2 . Make sure you have a GPU-enabled machine, either locally or in the cloud. ` g4dn.4xlarge ` is a good starting point on AWS.
38
38
3 . Make your code change.
39
- 4 . First, install all dependencies with ` ./run_python_examples.sh "install_deps" `
39
+ 4 . First, install all dependencies with ` ./run_python_examples.sh "install_deps" ` .
40
40
5 . Then make sure that ` ./run_python_examples.sh ` passes locally by running script end to end.
41
41
6 . If you haven't already, complete the Contributor License Agreement ("CLA").
42
- 7 . Address any feedback in code review promptly
42
+ 7 . Address any feedback in code review promptly.
43
43
44
44
45
45
## Contributor License Agreement ("CLA")
You can’t perform that action at this time.
0 commit comments