Skip to content

Commit bc7c423

Browse files
Merge pull request #25 from nikhita/contributing.md
Add CONTRIBUTING.md
2 parents cf850d0 + 48cf0af commit bc7c423

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

CONTRIBUTING.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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 [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/haskell/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 the [kubernetes-client](https://kubernetes.slack.com/messages/kubernetes-client) Slack channel. To request an invite to join the Slack channel, visit http://slack.kubernetes.io/.
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/haskell/issues).
10+
11+
### Code of Conduct
12+
13+
Participation in the Kubernetes community is governed by the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).

README.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,7 @@ Haskell 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/haskell/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 the [kubernetes-client](https://kubernetes.slack.com/messages/kubernetes-client) Slack channel. To request an invite to join the Slack channel, visit http://slack.kubernetes.io/.
8-
9-
## Community, Support, Discussion
10-
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/haskell/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).
7+
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for instructions on how to contribute.
168

179
# Development
1810

0 commit comments

Comments
 (0)