Kubernetes community content
Go to file
Vishnu Kannan 773f0912e2 Add template for workgroups
Signed-off-by: Vishnu Kannan <vishnuk@google.com>
2017-06-21 21:01:07 -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 Add note about CDPATH interaction with scripts. (#705) 2017-06-12 15:12:13 -07:00
generator Add template for workgroups 2017-06-21 21:01:07 -07:00
project-managers Fix "Stack Overflow" across docs. 2017-05-29 10:01:59 -07:00
scripts Add verify script and Travis file 2017-06-07 15:27:03 +01:00
sig-api-machinery Generate SIG docs 2017-06-07 15:28:16 +01:00
sig-apps Generate SIG docs 2017-06-07 15:28:16 +01:00
sig-auth Add spaces to custom content headers 2017-06-07 16:38:46 +01:00
sig-autoscaling Add spaces to custom content headers 2017-06-07 16:38:46 +01:00
sig-aws Generate SIG docs 2017-06-07 15:28:16 +01:00
sig-azure Added sig-azure 2017-06-08 10:41:43 -04:00
sig-big-data Add spaces to custom content headers 2017-06-07 16:38:46 +01:00
sig-cli Generate SIG docs 2017-06-07 15:28:16 +01:00
sig-cluster-lifecycle Add myself as lead for cluster-lifecycle. 2017-06-13 09:36:15 -07:00
sig-cluster-ops Generate SIG docs 2017-06-07 15:28:16 +01:00
sig-contributor-experience Generate SIG docs 2017-06-07 15:28:16 +01:00
sig-docs Generate SIG docs 2017-06-07 15:28:16 +01:00
sig-federation Generate SIG docs 2017-06-07 15:28:16 +01:00
sig-instrumentation Generate SIG docs 2017-06-07 15:28:16 +01:00
sig-network Generate SIG docs 2017-06-07 15:28:16 +01:00
sig-node Generate SIG docs 2017-06-07 15:28:16 +01:00
sig-on-premise Generate SIG docs 2017-06-07 15:28:16 +01:00
sig-openstack Generate SIG docs 2017-06-07 15:28:16 +01:00
sig-product-management Generate SIG docs 2017-06-07 15:28:16 +01: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 Generate SIG docs 2017-06-07 15:28:16 +01:00
sig-scheduling Generate SIG docs 2017-06-07 15:28:16 +01:00
sig-service-catalog Generate SIG docs 2017-06-07 15:28:16 +01:00
sig-storage Generate SIG docs 2017-06-07 15:28:16 +01:00
sig-testing Generate SIG docs 2017-06-07 15:28:16 +01:00
sig-ui Generate SIG docs 2017-06-07 15:28:16 +01:00
sig-windows Generate SIG docs 2017-06-07 15:28:16 +01:00
wg-resource-management Make resource management working group discoverable 2017-06-13 15:31:30 -07:00
.travis.yml Add verify script and Travis file 2017-06-07 15:27:03 +01: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 Make resource management working group discoverable 2017-06-13 15:31:30 -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
community-membership.md Fix "Stack Overflow" across docs. 2017-05-29 10:01:59 -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 Make resource management working group discoverable 2017-06-13 15:31:30 -07:00
sigs.yaml Make resource management working group discoverable 2017-06-13 15:31:30 -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