Skip to content

Commit b536a51

Browse files
authored
Merge pull request #112 from nikhita/contributing.md
Add CONTRIBUTING.md
2 parents 3c04022 + 6d6043e commit b536a51

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

CONTRIBUTING.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Contributing Guidelines
2+
3+
Welcome to Kubernetes. We are excited about the prospect of you joining our [community](https://github.com/kubernetes/community)! The Kubernetes community abides by the CNCF [code of conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md). Here is an excerpt:
4+
5+
_As contributors and maintainers of this project, and in the interest of fostering an open and welcoming community, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities._
6+
7+
## Getting Started
8+
9+
We have full documentation on how to get started contributing here:
10+
11+
- [Contributor License Agreement](https://git.k8s.io/community/CLA.md) Kubernetes projects require that you sign a Contributor License Agreement (CLA) before we can accept your pull requests
12+
- [Kubernetes Contributor Guide](http://git.k8s.io/community/contributors/guide) - Main contributor documentation, or you can just jump directly to the [contributing section](http://git.k8s.io/community/contributors/guide#contributing)
13+
- [Contributor Cheat Sheet](https://git.k8s.io/community/contributors/guide/contributor-cheatsheet.md) - Common resources for existing developers
14+
15+
## Mentorship
16+
17+
- [Mentoring Initiatives](https://git.k8s.io/community/mentoring) - We have a diverse set of mentorship programs available that are always looking for volunteers!
18+
19+
## Contact Information
20+
21+
- [Slack channel](https://kubernetes.slack.com/messages/sig-storage)
22+
- [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-storage)

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,16 @@ CSI driver.
2727

2828
* Master is for CSI v0.4.0. Please see the branches for other CSI releases.
2929
* Only Golang 1.9+ supported. See [gRPC issue](https://github.com/grpc/grpc-go/issues/711#issuecomment-326626790)
30+
31+
## Community, discussion, contribution, and support
32+
33+
Learn how to engage with the Kubernetes community on the [community page](http://kubernetes.io/community/).
34+
35+
You can reach the maintainers of this project at:
36+
37+
- [Slack channel](https://kubernetes.slack.com/messages/sig-storage)
38+
- [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-storage)
39+
40+
### Code of conduct
41+
42+
Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).

0 commit comments

Comments
 (0)