summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEllen Körbes <ellenkorbes@gmail.com>2018-02-25 11:32:57 -0300
committerEllen Körbes <ellenkorbes@gmail.com>2018-02-25 11:32:57 -0300
commit626c637b3344d3734df6091f1efd0652f2933da4 (patch)
treec7be5e8cce327ebfc3533f183f53337cc995d0e7
parent0ece72bec72d475780ec2bebddc3de896a9a037c (diff)
quick fixes
-rw-r--r--contributors/guide/README.md2
-rw-r--r--contributors/guide/issue-triage.md2
-rw-r--r--mentoring/README.md4
3 files changed, 5 insertions, 3 deletions
diff --git a/contributors/guide/README.md b/contributors/guide/README.md
index fd6ed7e1..45abeb2f 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), 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/)