Kubernetes community content
Go to file
Chao Xu 7bd8846e37 minor 2017-05-16 15:22:15 -07:00
archive Updated to latest format 2016-05-13 11:06:38 -04:00
community Merge pull request #521 from czahedi/patch-1 2017-04-13 22:35:00 +02:00
contributors minor 2017-05-16 15:22:15 -07: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 Slack and mailing list links added 2017-03-16 13:29:14 +02: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 updates 2017-04-20 18:43:17 -06:00
sig-big-data Merge pull request #492 from foxish/foxish-patch-1 2017-03-29 16:10:05 -07:00
sig-cli update_sig-cli 2017-03-30 19:00:39 +08: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-contribx Add the google group to contribX page 2017-04-26 14:24:58 -07: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 Fix typo in sig-node README 2017-04-27 14:16:03 -07:00
sig-on-prem Updated SIG OnPrem meeting time 2017-02-13 14:37:57 +01:00
sig-openstack Update Kubernetes-SIG-OpenStack Meeting Time 2017-04-20 09:32:08 -04:00
sig-pm Email update 2017-05-02 22:02:08 +03:00
sig-rktnetes Update README.md 2016-08-22 11:41:58 -07:00
sig-scalability Add Extending SLO docs to sig-scalability 2017-04-12 13:34:04 +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 Fix the error url show in incubator.md 2017-03-28 19:59:33 +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 Add link to GC Next 2017 demo instructions. 2017-03-10 00:16:18 +00: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
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
governance.md PM SIG representatives linked 2017-04-13 21:16:44 +03:00
incubator.md update kubernetes-incubator link in incubator.md 2017-04-05 08:57:48 +08:00
sig-creation-procedure.md Nicknames are highlighted with bold font 2017-04-11 16:18:45 +03:00
sig-list.md Fixed incorrect meeting and organizer info for SIG Cluster Ops, fixed name misspelling on README 2017-04-14 13:03:03 -04: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