CONTRIBUTING.rst 983 B

12345678910111213141516171819202122232425
  1. Contributing to Ray
  2. ===================
  3. Reporting bugs and asking questions
  4. -----------------------------------
  5. You can post questions or issues or feedback through the following channels:
  6. 1. `ray-dev@googlegroups.com`_: For discussions about development or any general
  7. questions and feedback.
  8. 2. `StackOverflow`_: For questions about how to use Ray.
  9. 3. `GitHub Issues`_: For bug reports and feature requests.
  10. To contribute a patch:
  11. ----------------------
  12. 1. Break your work into small, single-purpose patches if possible. It's much
  13. harder to merge in a large change with a lot of disjoint features.
  14. 2. Submit the patch as a GitHub pull request against the master branch.
  15. 3. Make sure that your code passes the unit tests.
  16. 4. Add new unit tests for your code.
  17. .. _`ray-dev@googlegroups.com`: https://groups.google.com/forum/#!forum/ray-dev
  18. .. _`GitHub Issues`: https://github.com/ray-project/ray/issues
  19. .. _`StackOverflow`: https://stackoverflow.com/questions/tagged/ray