Kubernetes community content
Go to file
Aaron Crickenberger 5b5b51ccfc Update sig-testing info in sigs.yaml
Corrected leads, meeting time, uri
2017-06-05 11:20:46 -07:00
archive Updated to latest format 2016-05-13 11:06:38 -04:00
community Create readme (& folder implicitly) 2017-05-26 20:48:34 -07:00
contributors Merge pull request #683 from xiangpengzhao/add-make-help 2017-06-05 09:21:53 -07:00
generator Add custom content block 2017-05-23 14:55:29 +02:00
project-managers Incorrect punctuation types 2016-12-22 15:50:25 +08:00
sig-api-machinery Added YouTube link 2017-04-18 13:57:53 -07:00
sig-apps sig-apps: add Adnan as a co-lead for sig-apps 2017-05-09 12:46:12 -04:00
sig-auth Fixed mailing list link for SIG-Auth 2017-03-16 13:37:29 +02:00
sig-autoscaling Add SIG pages from kubernetes.wiki as READMEs 2016-05-12 15:41:04 -07:00
sig-aws adding stackpoint.io 2017-05-26 08:52:29 -07:00
sig-big-data Merge pull request #492 from foxish/foxish-patch-1 2017-03-29 16:10:05 -07:00
sig-cli Adds link to issues tagged as help-wanted 2017-05-10 12:27:31 -03:00
sig-cluster-lifecycle Adding kubeadm 1.6 postmortem. 2017-04-21 14:31:15 -07:00
sig-cluster-ops fixed meeting link, time and typo in README 2017-04-14 13:08:08 -04:00
sig-contributor-experience Reformat directory structure 2017-05-16 12:26:37 +02:00
sig-docs Update README.md 2017-02-21 11:46:13 -08:00
sig-federation Update federation SIG details 2017-05-31 18:36:10 +05:30
sig-instrumentation Add hangout links for many SIGs to top-level README 2016-09-02 00:12:48 -04:00
sig-network Add YouTube channel link for recorded SIG network meetings 2017-01-20 09:23:20 -08:00
sig-node Add missing link for new users of kubernetes Slack 2017-05-26 08:41:17 +02:00
sig-on-premise Reformat directory structure 2017-05-16 12:26:37 +02:00
sig-openstack Update Kubernetes-SIG-OpenStack Meeting Time 2017-04-20 09:32:08 -04:00
sig-product-management Reformat directory structure 2017-05-16 12:26:37 +02:00
sig-release Create SIG Release 2017-05-10 04:54:17 -07:00
sig-rktnetes Update README.md 2016-08-22 11:41:58 -07:00
sig-scalability Apply comments 2017-05-08 10:10:02 +02:00
sig-scheduling Updated Communication for sig scheduling. 2016-12-28 09:47:13 +08:00
sig-service-catalog Add link to youtube playlist for sig-service-catalog meetings 2017-02-28 15:34:23 -05:00
sig-storage Update k8s Storage SIG links 2017-05-19 12:08:42 -07:00
sig-testing Add links to sig-testing's GitHub teams 2017-06-05 09:25:58 -07:00
sig-ui Fix sig-ui README format 2017-06-03 11:29:05 +08:00
sig-windows Add link to GC Next 2017 demo instructions. 2017-03-10 00:16:18 +00:00
wg-resource-management Document resource management working group 2017-05-12 17:23:29 -04:00
CLA.md Close #420 2017-03-06 16:28:38 -08:00
CONTRIBUTING.md Fix links, tighten text, rename file to standard naming. 2017-03-08 10:55:33 -08:00
LICENSE Initial commit 2016-05-02 20:36:05 -07:00
Makefile Reformat directory structure 2017-05-16 12:26:37 +02:00
README.md Update README.md 2017-03-14 20:38:36 -07:00
communication.md Update KubeCon links 2017-03-14 21:54:51 -04:00
community-membership.md Flesh out community membership roles. 2017-05-26 13:43:53 -07:00
governance.md Split governance.md into separate docs. 2017-05-12 16:23:07 -07:00
incubator.md update kubernetes-incubator link in incubator.md 2017-04-05 08:57:48 +08:00
sig-creation-procedure.md Split governance.md into separate docs. 2017-05-12 16:23:07 -07:00
sig-governance.md Fixed broken references to sig-pm, sig-contribx, sig-onprem 2017-05-25 10:08:00 -04:00
sig-list.md Fix slack name in sig-list 2017-06-03 11:43:45 +08:00
sigs.yaml Update sig-testing info in sigs.yaml 2017-06-05 11:20:46 -07:00

README.md

Kubernetes Community

Welcome to the Kubernetes community!

This is the starting point for becoming a contributor - improving docs, improving code, giving talks etc.

Communicating

The communication page lists communication channels like chat, issues, mailing lists, conferences, etc.

For more specific topics, try a SIG.

SIGs

Kubernetes is a set of projects, each shepherded by a special interest group (SIG).

A first step to contributing is to pick from the list of kubernetes SIGs.

A SIG can have its own policy for contribution, described in a README or CONTRIBUTING file in the SIG folder in this repo (e.g. sig-cli/CONTRIBUTING), and its own mailing list, slack channel, etc.

How Can I Help?

Documentation (like the text you are reading now) can always use improvement!

There's a semi-curated list of issues that should not need deep knowledge of the system.

To dig deeper, read a design doc, e.g. architecture.

Pick a SIG, peruse its associated cmd directory, find a main() and read code until you find something you want to fix.

There's always code that can be clarified and variables or functions that can be renamed or commented.

There's always a need for more test coverage.

Learn to Build

Links in contributors/devel/README.md lead to many relevant topics, including

Your First Contribution

We recommend that you work on existing issues before attempting to develop a new feature.

Find an existing issue (e.g. one marked help-wanted, or simply ask a SIG lead for suggestions), and respond on the issue thread expressing interest in working on it.

This helps other people know that the issue is active, and hopefully prevents duplicated efforts.

Before submitting a pull request, sign the CLA.

If you want to work on a new idea of relatively small scope:

  1. Submit an issue describing your proposed change to the repo in question.
  2. The repo owners will respond to your issue promptly.
  3. If your proposed change is accepted, sign the CLA, and start work in your fork.
  4. Submit a pull request containing a tested change.

Analytics