diff --git a/doc/source/getting-involved.rst b/doc/source/getting-involved.rst index 04658ab17..3e86f4946 100644 --- a/doc/source/getting-involved.rst +++ b/doc/source/getting-involved.rst @@ -31,7 +31,7 @@ There are a couple steps to merge a contribution. git fetch upstream git rebase upstream/master -2. Make sure all existing tests `pass `__. +2. Make sure all existing tests `pass `__. 3. If introducing a new feature or patching a bug, be sure to add new test cases in the relevant file in `ray/python/ray/tests/`. 4. Document the code. Public functions need to be documented, and remember to provide an usage