diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-02-23 10:42:44 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-23 10:42:44 -0800 |
| commit | 16ee8b3c7c500c5329294ad3465d18617e48e447 (patch) | |
| tree | e2936f7f47810bc6c9df2d1a8f3fec353b9fbd10 | |
| parent | 36f7279d2bf88550be5c613d32c28426717fc4ad (diff) | |
| parent | 2138c03113eae351fd3ceb33a40bac7fe370336c (diff) | |
Merge pull request #1841 from castrojo/mention-membership
Add mention of membership roles to contrib guide
| -rw-r--r-- | contributors/guide/README.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/contributors/guide/README.md b/contributors/guide/README.md index ef43124d..fd6ed7e1 100644 --- a/contributors/guide/README.md +++ b/contributors/guide/README.md @@ -19,7 +19,7 @@ Welcome to Kubernetes! This document is the single source of truth for how to co - [Code of Conduct](#code-of-conduct) - [Setting up your development environment](#setting-up-your-development-environment) - - [Community Expectations](#community-expectations) + - [Community Expectations and Roles](#community-expectations-and-roles) - [Thanks](#thanks) - [Your First Contribution](#your-first-contribution) - [Find something to work on](#find-something-to-work-on) @@ -55,11 +55,12 @@ Please make sure to read and observe our [Code of Conduct](https://github.com/cn If you haven’t set up your environment, please find resources [here](/contributors/devel). -## Community Expectations +## Community Expectations and Roles Kubernetes is a community project. Consequently, it is wholly dependent on its community to provide a productive, friendly and collaborative environment. -Read and review the [Community Expectations](community-expectations.md) for an understand of code and review expectations. +- Read and review the [Community Expectations](community-expectations.md) for an understand of code and review expectations. +- See [Community Membership](/community-membership.md) for a list the various responsibilities of contributor roles. You are encouraged to move up this contributor ladder as you gain experience. # Your First Contribution @@ -225,4 +226,4 @@ Please learn about our mentoring initiatives [here](http://git.k8s.io/community/ This section includes things that need to be documented, but typical contributors do not need to interact with regularly. -- [OWNERS files](owners.md) - The Kubernetes organizations are managed with OWNERS files, which outline which parts of the code are owned by what groups.
\ No newline at end of file +- [OWNERS files](owners.md) - The Kubernetes organizations are managed with OWNERS files, which outline which parts of the code are owned by what groups. |
