diff --git a/README.rst b/README.rst index 466e5a44d..1c8a270da 100644 --- a/README.rst +++ b/README.rst @@ -204,8 +204,14 @@ Getting Involved - `StackOverflow`_: For questions about how to use Ray. - `GitHub Issues`_: For reporting bugs and feature requests. - `Pull Requests`_: For submitting code contributions. +- `Meetup Group`_: Join our meetup group. +- `Community Slack`_: Join our Slack workspace. +- `Twitter`_: Follow updates on Twitter. .. _`ray-dev@googlegroups.com`: https://groups.google.com/forum/#!forum/ray-dev .. _`GitHub Issues`: https://github.com/ray-project/ray/issues .. _`StackOverflow`: https://stackoverflow.com/questions/tagged/ray .. _`Pull Requests`: https://github.com/ray-project/ray/pulls +.. _`Meetup Group`: https://www.meetup.com/Bay-Area-Ray-Meetup/ +.. _`Community Slack`: https://forms.gle/9TSdDYUgxYs8SA9e8 +.. _`Twitter`: https://twitter.com/raydistributed diff --git a/doc/source/contrib.rst b/doc/source/getting-involved.rst similarity index 76% rename from doc/source/contrib.rst rename to doc/source/getting-involved.rst index acd632188..04658ab17 100644 --- a/doc/source/contrib.rst +++ b/doc/source/getting-involved.rst @@ -1,5 +1,5 @@ -Contributing to Ray -==================== +Getting Involved +================ We welcome (and encourage!) all forms of contributions to Ray, including and not limited to: @@ -76,6 +76,27 @@ There is currently no formal process, but active contributors to Ray will be solicited by current reviewers. +More Resources for Getting Involved +----------------------------------- + +- `ray-dev@googlegroups.com`_: For discussions about development or any general + questions. +- `StackOverflow`_: For questions about how to use Ray. +- `GitHub Issues`_: For reporting bugs and feature requests. +- `Pull Requests`_: For submitting code contributions. +- `Meetup Group`_: Join our meetup group. +- `Community Slack`_: Join our Slack workspace. +- `Twitter`_: Follow updates on Twitter. + +.. _`ray-dev@googlegroups.com`: https://groups.google.com/forum/#!forum/ray-dev +.. _`GitHub Issues`: https://github.com/ray-project/ray/issues +.. _`StackOverflow`: https://stackoverflow.com/questions/tagged/ray +.. _`Pull Requests`: https://github.com/ray-project/ray/pulls +.. _`Meetup Group`: https://www.meetup.com/Bay-Area-Ray-Meetup/ +.. _`Community Slack`: https://forms.gle/9TSdDYUgxYs8SA9e8 +.. _`Twitter`: https://twitter.com/raydistributed + + .. note:: These tips are based off of the TVM `contributor guide `__. diff --git a/doc/source/index.rst b/doc/source/index.rst index f26c2513d..c5252da45 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -271,4 +271,4 @@ Getting Involved development.rst profiling.rst fault-tolerance.rst - contrib.rst + getting-involved.rst