summaryrefslogtreecommitdiff
path: root/sig-cli
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-03-12 09:08:13 -0700
committerGitHub <noreply@github.com>2018-03-12 09:08:13 -0700
commit3feddf47191a2dce259cf060782293b8c2775eaa (patch)
tree2713f59043d319c64f6e123ec408eddabd81b7e7 /sig-cli
parentb5f285c3c7d70af9d78c1672528cdfbb112f85a1 (diff)
parent7e2e14f6a37521f04200b095a29a50ff099d2bf5 (diff)
Merge pull request #1887 from delftswa2018/#1613-nidorano-sig-cli-contribution-ptr
#1613 nidorano sig cli contribution ptr
Diffstat (limited to 'sig-cli')
-rw-r--r--sig-cli/CONTRIBUTING.md42
1 files changed, 16 insertions, 26 deletions
diff --git a/sig-cli/CONTRIBUTING.md b/sig-cli/CONTRIBUTING.md
index 10dc3421..48d4bc6f 100644
--- a/sig-cli/CONTRIBUTING.md
+++ b/sig-cli/CONTRIBUTING.md
@@ -1,21 +1,25 @@
# Contributing
-The process for contributing code to Kubernetes via SIG-cli [community][community page].
+Welcome to the Kubernetes sig-cli contributing guide. We are excited
+about the prospect of you joining our [community][community page]!
+
+## Before You Begin
-**Note**: This page is focused on helping new contributors become active
-members of the community through sustained contributions.
+We strongly recommend you to understand the main [Kubernetes Contributor Guide](http://git.k8s.io/community/contributors/guide) and adhere to the contribution rules (specially signing the CLA).
-## Introduction
+You can also check the [Contributor Cheat Sheet](https://git.k8s.io/community/contributors/guide/contributor-cheatsheet.md), with common resources for existing developers.
-Welcome to the Kubernetes sig-cli contributing guide. We are excited
-about the prospect of you joining our [community][community page]!
-Mentoring and on-boarding new contributors is critical to the success
-of the project.
+The process for contributing code to Kubernetes via SIG-CLI [community][community page].
+
+Please be aware that all contributions to Kubernetes require time and commitment from project maintainers to direct and review work. This is done in additional to many other maintainer responsibilities, and direct engagement from maintainers is a finite resource.
+
+### Learn a bit about the kubectl cli
+
+This is important.
-Please be aware that all contributions to Kubernetes require time
-and commitment from project maintainers to direct and review work.
-This is done in additional to many other maintainer responsibilities, and
-direct engagement from maintainers is a finite resource.
+Learn about using kubectl with Kubernetes in the [Kubernetes Basics Tutorial].
+
+Learn about managing configuration in the [kubectl docs].
## Pick your track
@@ -66,20 +70,6 @@ Since maintainers will need to own any code for these contributions, these shoul
be very limited in scope and contain minimal risk
(e.g. simple regression fixes, improved documentation, improved testing).
-## Before You Begin
-
-**Note**: Complete the following steps before reaching out to cli community members.
-
-### Agree to contribution rules
-
-Follow the [CLA signup instructions](../CLA.md).
-
-### Learn a bit about the kubectl cli
-
-This is important.
-
-- Learn about using kubectl with Kubernetes in the [Kubernetes Basics Tutorial].
-- Learn about managing configuration in the [kubectl docs].
### Modify your own `kubectl` fork