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 /contributors/guide | |
| parent | 4c15cda0566e3852dc382428330598c8c5dde955 (diff) | |
| parent | f9efbe89e8759a4f62a31a2c4dfe1c125728c3a3 (diff) | |
Merge pull request #1852 from ellenkorbes/quickfixes
Quick fixes
Diffstat (limited to 'contributors/guide')
| -rw-r--r-- | contributors/guide/README.md | 2 | ||||
| -rw-r--r-- | contributors/guide/issue-triage.md | 2 |
2 files changed, 2 insertions, 2 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 |
