From bb1c7c888880f78fef4d26797521f8761f3867af Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Mon, 13 Aug 2018 22:18:10 +0530 Subject: [PATCH] Add CONTRIBUTING.md --- CONTRIBUTING.md | 9 +++++++++ README.md | 10 +++------- 2 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..d7b8bb7f --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,9 @@ +# Contributing + +Thanks for taking the time to join our community and start contributing! + +The client is in early stages of development and needs more contributors. If you are interested, please read the [Code of Conduct](code-of-conduct.md) first and then pick an issue from [this list](https://github.com/kubernetes-client/ruby/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22). Please comment on the issue that you are working on it. If you need help/guidance, please check [kubernetes-client](https://kubernetes.slack.com/messages/kubernetes-client) slack channel. + +## Community, Support, Discussion + +You can reach the maintainers of this project at [SIG API Machinery](https://github.com/kubernetes/community/tree/master/sig-api-machinery). If you have any problem with the package or any suggestions, please file an [issue](https://github.com/kubernetes-client/ruby/issues). diff --git a/README.md b/README.md index b6811452..b1ce141d 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,11 @@ Ruby client for the [kubernetes](http://kubernetes.io/) API. ## Contribute -The client is in early stages of development and needs more contributors. If you are interested, please read [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md) first and then pick an issue from [this list](https://github.com/kubernetes-client/ruby/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22). Please comment on the issue that you are working on it. If you need help/guidance, please check [kubernetes-client](https://kubernetes.slack.com/messages/kubernetes-client) slack channel. +Please see [CONTRIBUTING.md](CONTRIBUTING.md) for instructions on how to contribute. -## Community, Support, Discussion +## Code of conduct -You can reach the maintainers of this project at [SIG API Machinery](https://github.com/kubernetes/community/tree/master/sig-api-machinery). If you have any problem with the package or any suggestions, please file an [issue](https://github.com/kubernetes-client/ruby/issues). - -### Code of Conduct - -Participation in the Kubernetes community is governed by the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md). +Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md). # Development