You can post questions or issues or feedback through the following channels:
- [email protected]: For discussions about development or any general questions and feedback.
- StackOverflow: For questions about how to use Ray.
- GitHub Issues: For bug reports and feature requests.
- 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.
- Make sure that your code passes the linter. Run setup_hooks.sh to create a git hook that will run the linter before you push your changes.
- Add new unit tests for your code.