Add ptr to CLA signing instructions and a slack signup link.

I needed these when ramping up.
This commit is contained in:
Jeffrey Regan 2017-02-21 11:02:23 -08:00
parent 7a444fa1cc
commit d56191462a
1 changed files with 19 additions and 4 deletions

View File

@ -43,11 +43,22 @@ assigned a piece of work. Do this right away.
- Add `kubectl hello-kubernetes -f file`: Print "Hello \<kind of resource\> \<name of resource\>" - Add `kubectl hello-kubernetes -f file`: Print "Hello \<kind of resource\> \<name of resource\>"
- Add `kubectl hello-kubernetes type/name`: Print "Hello \<kind of resource\> \<name of resource\> \<creation time\>" - Add `kubectl hello-kubernetes type/name`: Print "Hello \<kind of resource\> \<name of resource\> \<creation time\>"
### Agree to contribution rules
The [Cloud Native Computing Foundation][CNCF] defines the legal status of the
contributed code in a _Contributor License Agreement_.
Sign it electronically following these [instructions][CLA].
Sign using the same email identity that you plan to use
to push code via git (i.e., the output of `git config user.email`).
### Adopt an issue ### Adopt an issue
New contributors can try the following to work on an existing [bug] or [approved design][design repo]: New contributors can try the following to work on an existing [bug] or [approved design][design repo]:
- In [slack], @mention a [lead][leads] and ask if there are any issues you could pick up. - In [slack][slack-messages] (signup [here][slack-signup]),
@mention a [lead][leads] and ask if there are any issues you could pick up.
Leads can recommend issues that have enough priority to receive PR review bandwidth. Leads can recommend issues that have enough priority to receive PR review bandwidth.
- Send an email to the _kubernetes-sig-cli@googlegroups.com_ [group] - Send an email to the _kubernetes-sig-cli@googlegroups.com_ [group]
@ -259,10 +270,10 @@ you'd like to discuss it.
See the sig-cli [community page] for points of contact and meeting times: See the sig-cli [community page] for points of contact and meeting times:
- attend the sig-cli [meeting] - attend the sig-cli [meeting]
- message one of the sig leads on [slack] - message one of the sig leads on [slack][slack-messages] (signup [here][slack-signup])
- send an email to the _kubernetes-sig-cli@googlegroups.com_ [group]. - send an email to the _kubernetes-sig-cli@googlegroups.com_ [group].
## Use of @mentions ## Use of [@mentions]
- `@{any lead}` solicit opinion or advice from [leads]. - `@{any lead}` solicit opinion or advice from [leads].
- `@kubernetes/sig-cli-bugs` sig-cli centric bugs. - `@kubernetes/sig-cli-bugs` sig-cli centric bugs.
@ -270,6 +281,9 @@ See the sig-cli [community page] for points of contact and meeting times:
- `@kubernetes/sig-cli-feature-requests` flags a feature request. - `@kubernetes/sig-cli-feature-requests` flags a feature request.
- `@kubernetes/sig-cli-proposals` flags a design proposal. - `@kubernetes/sig-cli-proposals` flags a design proposal.
[@mentions]: https://help.github.com/articles/basic-writing-and-formatting-syntax/#mentioning-users-and-teams
[CLA]: https://github.com/kubernetes/kubernetes/wiki/CLA-FAQ
[CNCF]: https://www.cncf.io/community
[Kubernetes Basics Tutorial]: https://kubernetes.io/docs/tutorials/kubernetes-basics [Kubernetes Basics Tutorial]: https://kubernetes.io/docs/tutorials/kubernetes-basics
[PR]: https://help.github.com/articles/creating-a-pull-request [PR]: https://help.github.com/articles/creating-a-pull-request
[`PTAL`]: https://en.wiktionary.org/wiki/PTAL [`PTAL`]: https://en.wiktionary.org/wiki/PTAL
@ -295,5 +309,6 @@ See the sig-cli [community page] for points of contact and meeting times:
[management overview]: https://kubernetes.io/docs/concepts/tools/kubectl/object-management-overview [management overview]: https://kubernetes.io/docs/concepts/tools/kubectl/object-management-overview
[meeting]: https://github.com/kubernetes/community/tree/master/sig-cli#meetings [meeting]: https://github.com/kubernetes/community/tree/master/sig-cli#meetings
[release]: #release [release]: #release
[slack]: https://kubernetes.slack.com/messages/sig-cli [slack-messages]: https://kubernetes.slack.com/messages/sig-cli
[slack-signup]: http://slack.k8s.io/
[tests]: https://github.com/kubernetes/community/blob/master/contributors/devel/testing.md [tests]: https://github.com/kubernetes/community/blob/master/contributors/devel/testing.md