|
| 1 | +# Contributing to SIG Scalability |
| 2 | + |
| 3 | +Welcome to contributing guide to SIG Scalability. |
| 4 | +We are thrilled to have you here. |
| 5 | + |
| 6 | +## Before you begin |
| 7 | + |
| 8 | +Before you begin, please check out [Kubernetes Contributor Guide](http://git.k8s.io/community/contributors/guide) and [Contributor Cheat Sheet](https://github.com/kubernetes/community/blob/master/contributors/guide/contributor-cheatsheet) |
| 9 | + |
| 10 | +## What SIG Scalability works on |
| 11 | + |
| 12 | +SIG Scalability has a few areas that you can contribute to. |
| 13 | +You can find list of [subprojects](https://github.com/kubernetes/community/blob/master/sig-scalability/README.md#details-about-sig-scalability-sub-projects) that we are working on. |
| 14 | +Some of subprojects like `Kubernetes scalability bottlenecks detection` require both very deep and wide understanding of Kubernetes before making reasonable contributions. |
| 15 | +We recommend starting with contributions to `Scalability Test Frameworks` and `Scalability and Performance tests`. |
| 16 | +The easiest way to start contributing is to check issues with `good-first-issue` label [here][good-first-issues] or find issue with `help-wanted` label [here][help-wanted]. |
| 17 | +Also, please check out documentation of [Clusterloader2], our [SLOs] and current [Scalability limits]. |
| 18 | +If you are unsure in what area you want or should contribute, reach out to one of our [leads] on Slack. |
| 19 | + |
| 20 | +## Get in touch with SIG Scalability members |
| 21 | + |
| 22 | +- Join our Slack channel: [#sig-scalability](https://kubernetes.slack.com/messages/sig-scalability) |
| 23 | +- Reach out to our [leads] directly on Slack |
| 24 | +- Mailing list: [mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-scale) |
| 25 | +- Join our regular SIG Scalability meeting [calendar](https://calendar.google.com/calendar/embed?src=90g85fajsmubf5vp02uhpbvcq8%40group.calendar.google.com) for upcoming meeting dates. |
| 26 | + |
| 27 | + |
| 28 | +[leads]: https://github.com/kubernetes/community/blob/master/sig-scalability/README.md#leadership |
| 29 | +[good-first-issues]: https://github.com/kubernetes/perf-tests/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 |
| 30 | +[help-wanted]: https://github.com/kubernetes/perf-tests/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22 |
| 31 | +[Clusterloader2]: https://github.com/kubernetes/perf-tests/blob/master/clusterloader2/README.md |
| 32 | +[SLOs]: https://github.com/kubernetes/community/tree/master/sig-scalability/slos |
| 33 | +[Scalability limits]: https://github.com/kubernetes/community/tree/master/sig-scalability/configs-and-limits |
0 commit comments