Skip to content
This repository was archived by the owner on Apr 23, 2019. It is now read-only.

Commit b5563ba

Browse files
authored
Merge pull request #51 from nikhita/contributing.md-and-coc
Add CoC and CONTRIBUTING.md
2 parents 37b4dfc + ea0be39 commit b5563ba

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

CONTRIBUTING.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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](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+
To track KEPs, Conformance test changes, API changes or to request an API review, please create an issue in this repository.
10+
11+
We have full documentation on how to get started contributing here:
12+
13+
- [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
14+
- [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)
15+
- [Contributor Cheat Sheet](https://git.k8s.io/community/contributors/guide/contributor-cheatsheet.md) - Common resources for existing developers
16+
17+
## Mentorship
18+
19+
- [Mentoring Initiatives](https://git.k8s.io/community/mentoring) - We have a diverse set of mentorship programs available that are always looking for volunteers!
20+
21+
## Contact Information
22+
23+
- [Slack channel](https://kubernetes.slack.com/messages/sig-architecture)
24+
- [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-architecture)

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,16 @@ For tracking reviews and other SIG Architecture processes:
44
* KEPs
55
* API changes
66
* Conformance test changes
7+
8+
## Community, discussion, contribution, and support
9+
10+
Learn how to engage with the Kubernetes community on the [community page](http://kubernetes.io/community/).
11+
12+
You can reach the maintainers of this project at:
13+
14+
- [Slack channel](https://kubernetes.slack.com/messages/sig-architecture)
15+
- [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-architecture)
16+
17+
### Code of conduct
18+
19+
Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).

code-of-conduct.md

Lines changed: 3 additions & 0 deletions
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)