Skip to content

Commit 5b3a095

Browse files
authored
Merge pull request #18 from nikhita/contributing.md
Add CONTRIBUTING.md and Code of Conduct
2 parents e0c5868 + 777de45 commit 5b3a095

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

CONTRIBUTING.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Contributing
2+
3+
Thanks for taking the time to join our community and start contributing!
4+
5+
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.
6+
7+
## Community, Support, Discussion
8+
9+
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).

README.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,11 @@ Ruby client for the [kubernetes](http://kubernetes.io/) API.
44

55
## Contribute
66

7-
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.
7+
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for instructions on how to contribute.
88

9-
## Community, Support, Discussion
9+
## Code of conduct
1010

11-
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).
12-
13-
### Code of Conduct
14-
15-
Participation in the Kubernetes community is governed by the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).
11+
Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).
1612

1713
# Development
1814

code-of-conduct.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Kubernetes Community Code of Conduct
2+
3+
Please refer to our [Kubernetes Community Code of Conduct](https://git.k8s.io/community/code-of-conduct.md).

0 commit comments

Comments
 (0)