Kubernetes community content
Go to file
Michael Michael 128873f2a5 updating the readme 2017-03-07 14:38:17 -05:00
archive Updated to latest format 2016-05-13 11:06:38 -04:00
community Close #420 2017-03-06 16:28:38 -08:00
contributors Close #420 2017-03-06 16:28:38 -08:00
project-managers Incorrect punctuation types 2016-12-22 15:50:25 +08:00
sig-api-machinery Fix API Machinery README 2016-12-27 12:07:11 -08:00
sig-apps Incorrect punctuation types 2016-12-22 15:50:25 +08:00
sig-auth Add hangout links for many SIGs to top-level README 2016-09-02 00:12:48 -04:00
sig-autoscaling Add SIG pages from kubernetes.wiki as READMEs 2016-05-12 15:41:04 -07:00
sig-aws add sig-aws agenda doc link 2017-02-10 10:12:36 -07:00
sig-big-data revise wording 2017-01-31 12:29:34 -08:00
sig-cli Close #420 2017-03-06 16:28:38 -08:00
sig-cluster-lifecycle Merge pull request #26 from kubernetes/sarahnovotny-patch-2 2016-07-12 10:18:33 -07:00
sig-cluster-ops updated to match the former wiki page 2016-06-17 10:40:38 -07:00
sig-contribx Add Elsie To ContribX Readme 2017-01-25 13:06:47 -08:00
sig-docs Update README.md 2017-02-21 11:46:13 -08:00
sig-federation Fix SIG-Federation notes link 2017-01-31 17:46:18 -08:00
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 SIG pages from kubernetes.wiki as READMEs 2016-05-12 15:41:04 -07:00
sig-on-prem Updated SIG OnPrem meeting time 2017-02-13 14:37:57 +01:00
sig-openstack List of the SIG-OpenStack members deleted 2017-03-06 17:02:23 +02:00
sig-pm Indents added 2017-02-28 19:56:00 +02:00
sig-rktnetes Update README.md 2016-08-22 11:41:58 -07:00
sig-scalability added information about our goals. 2017-02-24 10:19:00 -08:00
sig-scheduling Updated Communication for sig scheduling. 2016-12-28 09:47:13 +08:00
sig-service-catalog Update leads for SIG service catalog 2016-12-22 15:39:26 -05:00
sig-storage Fix spelling mistake in sig-storage/contributing.md 2017-03-01 20:29:25 -08:00
sig-testing Incorrect punctuation types 2016-12-22 15:50:25 +08:00
sig-ui Corrected my GitHub username 2016-12-30 12:45:32 -05:00
sig-windows updating the readme 2017-03-07 14:38:17 -05:00
CLA.md Close #420 2017-03-06 16:28:38 -08:00
CONTRIBUTING.md Close #420 2017-03-06 16:28:38 -08:00
LICENSE Initial commit 2016-05-02 20:36:05 -07:00
README.md Close #420 2017-03-06 16:28:38 -08:00
communication.md Close #420 2017-03-06 16:28:38 -08:00
governance.md Update governance.md 2017-01-19 09:10:30 -08:00
incubator.md Merge branch 'master' into helm-graduate 2017-02-10 17:26:19 -08:00
sig-creation-procedure.md Merge pull request #353 from dmmcquay/typo_sig-creation-procedure_doc 2017-02-10 09:48:16 +08:00
sig-list.md Close #420 2017-03-06 16:28:38 -08: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

General communication channels - e.g. filing issues, chat, mailing lists and conferences are listed on the communication page.

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

Making a Pull Request

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