Skip to content

Commit a6ec11e

Browse files
Update a few punctuations in CONTRIBUTING.md (#1016)
Update CONTRIBUTING.md
1 parent d547876 commit a6ec11e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ If you're new we encourage you to take a look at issues tagged with [good first
2828
by installing [sphinx-serve](https://pypi.org/project/sphinx-serve/) and
2929
then running `sphinx-serve -b build`.
3030

31-
5. Ensure your test passes locally
31+
5. Ensure your test passes locally.
3232
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.
3434

3535
## For bug fixes
3636
1. Fork the repo and create your branch from `main`.
3737
2. Make sure you have a GPU-enabled machine, either locally or in the cloud. `g4dn.4xlarge` is a good starting point on AWS.
3838
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"`.
4040
5. Then make sure that `./run_python_examples.sh` passes locally by running script end to end.
4141
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.
4343

4444

4545
## Contributor License Agreement ("CLA")

0 commit comments

Comments
 (0)