mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
Direct people to stackoverflow for questions about usage. (#3830)
* Direct people to stackoverflow for questions about usage. * Improve wording
This commit is contained in:
parent
dcb744518e
commit
01e18b47f4
6 changed files with 36 additions and 21 deletions
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
|
@ -1,5 +1,7 @@
|
|||
<!--
|
||||
General questions should be asked on the mailing list ray-dev@googlegroups.com.
|
||||
Questions about how to use Ray should be asked on
|
||||
[StackOverflow](https://stackoverflow.com/questions/tagged/ray).
|
||||
|
||||
Before submitting an issue, please fill out the following form.
|
||||
-->
|
||||
|
|
|
@ -4,9 +4,12 @@ Contributing to Ray
|
|||
Reporting bugs and asking questions
|
||||
-----------------------------------
|
||||
|
||||
We use `GitHub issues`_ for bug reports and feature requests. For discussions
|
||||
about development, questions about usage, or any general questions, we use our
|
||||
mailing list `ray-dev@googlegroups.com`_.
|
||||
You can post questions or issues or feedback through the following channels:
|
||||
|
||||
1. `ray-dev@googlegroups.com`_: For discussions about development or any general
|
||||
questions and feedback.
|
||||
2. `StackOverflow`_: For questions about how to use Ray.
|
||||
3. `GitHub Issues`_: For bug reports and feature requests.
|
||||
|
||||
To contribute a patch:
|
||||
----------------------
|
||||
|
@ -17,5 +20,6 @@ To contribute a patch:
|
|||
3. Make sure that your code passes the unit tests.
|
||||
4. Add new unit tests for your code.
|
||||
|
||||
.. _`GitHub issues`: https://github.com/ray-project/ray/issues
|
||||
.. _`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
|
||||
|
|
13
README.rst
13
README.rst
|
@ -73,10 +73,13 @@ More Information
|
|||
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`_: 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.
|
||||
|
||||
.. _`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
|
||||
.. _`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
|
||||
|
|
|
@ -295,9 +295,11 @@ Questions or Issues?
|
|||
|
||||
You can post questions or issues or feedback through the following channels:
|
||||
|
||||
1. `Our Mailing List`_: For discussions about development, questions about
|
||||
usage, or any general questions and feedback.
|
||||
2. `GitHub Issues`_: For bug reports and feature requests.
|
||||
1. `ray-dev@googlegroups.com`_: For discussions about development or any general
|
||||
questions and feedback.
|
||||
2. `StackOverflow`_: For questions about how to use Ray.
|
||||
3. `GitHub Issues`_: For bug reports and feature requests.
|
||||
|
||||
.. _`Our Mailing List`: https://groups.google.com/forum/#!forum/ray-dev
|
||||
.. _`ray-dev@googlegroups.com`: https://groups.google.com/forum/#!forum/ray-dev
|
||||
.. _`StackOverflow`: https://stackoverflow.com/questions/tagged/ray
|
||||
.. _`GitHub Issues`: https://github.com/ray-project/ray/issues
|
||||
|
|
|
@ -3,9 +3,11 @@ Contact
|
|||
|
||||
The following are good places to discuss Ray.
|
||||
|
||||
1. `Our Mailing List`_: For discussions about development, questions about
|
||||
usage, or any general questions.
|
||||
2. `GitHub Issues`_: For bug reports and feature requests.
|
||||
1. `ray-dev@googlegroups.com`_: For discussions about development or any general
|
||||
questions.
|
||||
2. `StackOverflow`_: For questions about how to use Ray.
|
||||
3. `GitHub Issues`_: For bug reports and feature requests.
|
||||
|
||||
.. _`Our Mailing List`: https://groups.google.com/forum/#!forum/ray-dev
|
||||
.. _`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
|
||||
|
|
|
@ -486,9 +486,11 @@ Further Questions or Issues?
|
|||
|
||||
You can post questions or issues or feedback through the following channels:
|
||||
|
||||
1. `Our Mailing List`_: For discussions about development, questions about
|
||||
usage, or any general questions and feedback.
|
||||
2. `GitHub Issues`_: For bug reports and feature requests.
|
||||
1. `ray-dev@googlegroups.com`_: For discussions about development or any general
|
||||
questions and feedback.
|
||||
2. `StackOverflow`_: For questions about how to use Ray.
|
||||
3. `GitHub Issues`_: For bug reports and feature requests.
|
||||
|
||||
.. _`Our Mailing List`: https://groups.google.com/forum/#!forum/ray-dev
|
||||
.. _`ray-dev@googlegroups.com`: https://groups.google.com/forum/#!forum/ray-dev
|
||||
.. _`StackOverflow`: https://stackoverflow.com/questions/tagged/ray
|
||||
.. _`GitHub Issues`: https://github.com/ray-project/ray/issues
|
||||
|
|
Loading…
Add table
Reference in a new issue