summaryrefslogtreecommitdiff
path: root/sig-cli
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-02-01 17:35:05 -0800
committerGitHub <noreply@github.com>2018-02-01 17:35:05 -0800
commit8ce5e262c12b0dc43542af689f6d69e753812e17 (patch)
treea50a9d2f8d55e6f13cfe047a134528df3f8d2d22 /sig-cli
parentd7e57ec818a6ab4586059acf802c2a40eb053ee9 (diff)
parentcb4b49d55a8072d12ffaaa1210b48663a2ff6e60 (diff)
Merge pull request #1711 from cblecker/remove-the-outside
Remove references to outside collaborators
Diffstat (limited to 'sig-cli')
-rw-r--r--sig-cli/CONTRIBUTING.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/sig-cli/CONTRIBUTING.md b/sig-cli/CONTRIBUTING.md
index d650665f..10dc3421 100644
--- a/sig-cli/CONTRIBUTING.md
+++ b/sig-cli/CONTRIBUTING.md
@@ -114,16 +114,13 @@ assigned to them:
**Note:** Don't do this unless you will start work on the issue within a few days of being assigned.
**Note:** GitHub only allows issues to be assigned to GitHub accounts that are part
-of the organization or listed as outside collaborators. In order to become an outside
-collaborator, contributors have to have shown commitment to the issue by performing some
-work. Once you have begun, reach out to the issue author and show them your progress
-(e.g. in a fork).
+of the organization.
**Picking your first issue**
For your first issue, we recommend picking an issue labeled with "good first issue" from the [issue] backlog.
-**Picking the right size of issue**
+**Picking the right size of issue**
Be sure to pick up an issue that is appropriate to the time you are able to commit.
We recommend first time contributors start with small or medium issues.
@@ -150,7 +147,7 @@ some piece of it, and if you would like to continue working on it, or have it un
Guided issues have a *type* defining the type of work to be done. Pick up an
issue that fits your experience level and interest. Documentation and
test-coverage issues typically are smaller in scope and easier to complete than
-features and cleanup issues.
+features and cleanup issues.
- `type/code-cleanup`
- Usually some refactoring or small rewrites of code.