Skip to content

Commit

Permalink
Update contribution doc to show users how to reach out via slack (#936)
Browse files Browse the repository at this point in the history
* Update contribution doc to show users how to reach out via slack and discussion forum

* Add to readme as well
  • Loading branch information
gvspraveen committed Mar 1, 2023
1 parent f82e7ea commit af8fb0c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ This guide details how to use issues and pull requests to improve KubeRay projec

## General Guidelines

### Getting involved
Kuberay has an active community of developers. Here’s how to get involved with the Kuberay community:

Join our community: Join [Ray community slack](https://forms.gle/9TSdDYUgxYs8SA9e8) (search for Kuberay channel) or use our [discussion board](https://discuss.ray.io/c/ray-clusters/ray-kubernetes) to ask questions and get answers.

Please see Github Issue section below to file bug & feature requests.

### Pull Requests

Make sure to keep Pull Requests small and functional to make them easier to review, understand, and look up in commit history. This repository uses "Squash and Commit" to keep our history clean and make it easier to revert changes based on PR.
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ kubectl get pods

Please read our [CONTRIBUTING](CONTRIBUTING.md) guide before making a pull request. Refer to our [DEVELOPMENT](./ray-operator/DEVELOPMENT.md) to build and run tests locally.

### Getting involved
Kuberay has an active community of developers. Here’s how to get involved with the Kuberay community:

Join our community: Join [Ray community slack](https://forms.gle/9TSdDYUgxYs8SA9e8) (search for Kuberay channel) or use our [discussion board](https://discuss.ray.io/c/ray-clusters/ray-kubernetes) to ask questions and get answers.

## Security

If you discover a potential security issue in this project, or think you may
Expand Down

0 comments on commit af8fb0c

Please sign in to comment.