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.
- Break your work into small, single-purpose patches if possible. It's much harder to merge in a large change with a lot of disjoint features.
- Submit the patch as a GitHub pull request against the master branch.
- Make sure that your code passes the unit tests.
- Add new unit tests for your code.