Skip to content

Commit f41cdfc

Browse files
committed
Added clarity, changed PR help link
1 parent 0ce0a2d commit f41cdfc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ If you think you're encountering a new bug, please feel free to log an [issue](h
1616

1717
Do you see an error in an existing notebook? Is there a typo, a misnamed variable, and do you know how to fix it?
1818
* Make the fix in the notebook
19-
* If you made code changes, re-run the appropriate cells in the notebook
19+
* If you made code changes, re-run the appropriate cells in the notebook (Don't re-run every cell in the notebook unless necessary)
2020
* Make a copy of the `dev_site_current` branch on your local fork
2121
* Add the updated notebook to your branch on your fork
22-
* [Open a pull request](https://help.github.com/articles/about-pull-requests/) from your fork's branch to this repository's `dev_site_current` branch
22+
* [Open a pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/) from your fork's branch to this repository's `dev_site_current` branch
2323

2424
# Adding new sample notebooks
2525

@@ -29,4 +29,4 @@ Do you have a notebook that shows off functionality of the API? Do you want to s
2929
* Make a copy of the `dev_site_next_release` branch on your local fork
3030
* Place the notebook in the correct folder in the `samples/` folder on your fork
3131
* Add the notebook to your branch on your fork
32-
* [Open a pull request](https://help.github.com/articles/about-pull-requests/) from your fork's branch to this repository's `dev_site_current` branch
32+
* [Open a pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/) from your fork's branch to this repository's `dev_site_current` branch

0 commit comments

Comments
 (0)