From c2f5b4c2edfde6eed175b4cc9eb554894811ed53 Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Tue, 3 Oct 2017 10:23:47 -0700 Subject: [PATCH] Add a 'Getting Involved' section to Readme. (#1067) --- README.rst | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4f437e47e..53cf726a3 100644 --- a/README.rst +++ b/README.rst @@ -49,14 +49,23 @@ Example Program More Information ---------------- -- `Mailing List`_ - `Documentation`_ - `Tutorial`_ - `Blog`_ - `Ray HotOS paper`_ -.. _`Mailing List`: https://groups.google.com/forum/#!forum/ray-dev .. _`Documentation`: http://ray.readthedocs.io/en/latest/index.html .. _`Tutorial`: https://github.com/ray-project/tutorial .. _`Blog`: https://ray-project.github.io/ .. _`Ray HotOS paper`: https://arxiv.org/abs/1703.03924 + +Getting Involved +---------------- + +- Ask questions on our mailing list `ray-dev@googlegroups.com`_. +- Please report bugs by submitting a `GitHub issue`_. +- Submit contributions using `pull requests`_. + +.. _`ray-dev@googlegroups.com`: https://groups.google.com/forum/#!forum/ray-dev +.. _`GitHub issue`: https://github.com/ray-project/ray/issues +.. _`pull requests`: https://github.com/ray-project/ray/pulls