diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-02-06 04:18:11 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-06 04:18:11 -0800 |
| commit | 58d176b5011001764af7cc904cd1b28a41ee59bd (patch) | |
| tree | ba44d2dff404302462095b7aa21f892c854aae56 | |
| parent | 97ccb75249f18b1655cd77bcd090ff723977e361 (diff) | |
| parent | d3b163a2142382cc3322e603f4d33a143b47dcb4 (diff) | |
Merge pull request #1741 from guineveresaenger/sig-label-example
Contains example for adding a SIG label
| -rw-r--r-- | contributors/guide/README.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/contributors/guide/README.md b/contributors/guide/README.md index 2393e0db..75578f3d 100644 --- a/contributors/guide/README.md +++ b/contributors/guide/README.md @@ -98,13 +98,16 @@ show up to one of the [bi-weekly meetings](https://docs.google.com/document/d/1q #### Find a SIG that is related to your contribution -Finding the appropriate SIG for your contribution will help you ask questions in the correct place and give your contribution higher visibility and a faster community response. +Finding the appropriate SIG for your contribution and adding a SIG label will help you ask questions in the correct place and give your contribution higher visibility and a faster community response. For Pull Requests, the automatically assigned reviewer will add a SIG label if you haven't done so. See [Open A Pull Request](#open-a-pull-request) below. 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 SIG-networking. +*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: +``` +/sig network +``` Follow the link in the SIG name column to reach each SIGs README. Most SIGs will have a set of GitHub Teams with tags that can be mentioned in a comment on issues and pull requests for higher visibility. If you are not sure about the correct SIG for an issue, you can try SIG-contributor-experience [here](/sig-contributor-experience#github-teams), or [ask in Slack](http://slack.k8s.io/). |
