diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-02-27 13:12:45 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-27 13:12:45 -0800 |
| commit | c86f809e9fe7bcff4c1486f1573d636b63faf152 (patch) | |
| tree | a8c2648e97aeb17014a6165f5ec58e84f38ed5e1 | |
| parent | 4c15cda0566e3852dc382428330598c8c5dde955 (diff) | |
| parent | f9efbe89e8759a4f62a31a2c4dfe1c125728c3a3 (diff) | |
Merge pull request #1852 from ellenkorbes/quickfixes
Quick fixes
| -rw-r--r-- | contributors/guide/README.md | 2 | ||||
| -rw-r--r-- | contributors/guide/issue-triage.md | 2 | ||||
| -rw-r--r-- | mentoring/README.md | 4 |
3 files changed, 5 insertions, 3 deletions
diff --git a/contributors/guide/README.md b/contributors/guide/README.md index fd6ed7e1..b3015329 100644 --- a/contributors/guide/README.md +++ b/contributors/guide/README.md @@ -101,7 +101,7 @@ For Pull Requests, the automatically assigned reviewer will add a SIG label if y For Issues, we are still working on a more automated workflow. Since SIGs do not directly map onto Kubernetes subrepositories, it may be difficult to find which SIG your contribution belongs in. Here is the [list of SIGs](/sig-list.md). Determine which is most likely related to your contribution. -*Example:* if you are filing a cni issue, you should choose the [Network SIG](http://git.k8s.io/community/sig-network). Add the SIG label in a comment like so: +*Example:* if you are filing a CNI issue (that's [Container Networking Interface](https://github.com/containernetworking/cni)), you should choose the [Network SIG](http://git.k8s.io/community/sig-network). Add the SIG label in a comment like so: ``` /sig network ``` diff --git a/contributors/guide/issue-triage.md b/contributors/guide/issue-triage.md index 581c386c..140762f8 100644 --- a/contributors/guide/issue-triage.md +++ b/contributors/guide/issue-triage.md @@ -36,7 +36,7 @@ a bot to manage labelling and triaging. The bot has a set of [commands and permissions](https://git.k8s.io/test-infra/commands.md) and this document will cover the basic ones. -## Determine if it?s a support request +## Determine if it's a support request Sometimes users ask for support requests in issues; these are usually requests from people who need help configuring some aspect of Kubernetes. These should be diff --git a/mentoring/README.md b/mentoring/README.md index 74d34b34..52613cb7 100644 --- a/mentoring/README.md +++ b/mentoring/README.md @@ -24,9 +24,11 @@ Long Term Contributor Ladder Growth * [Group Mentoring Cohorts](/mentoring/group-mentoring.md) Students -* [Outreachy](/sig-cli/outreachy.md) * [Google Summer of Code](google-summer-of-code.md) +Groups Traditionally Underrepresented in Tech +* [Outreachy](/sig-cli/outreachy.md) + #### Inspiration and Thanks This is not an out of the box program but was largely inspired by the following: * [Ada Developer Academy](https://adadevelopersacademy.org/) |
