Kubernetes community content
Go to file
Garrett Rodrigues 5396487c42 Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
archive Updated to latest format 2016-05-13 11:06:38 -04:00
committee-steering Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
community Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
contributors Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
generator Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
hack Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
project-managers Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
sig-api-machinery Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
sig-apps Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
sig-architecture Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
sig-auth Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
sig-autoscaling Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
sig-aws Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
sig-azure Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
sig-big-data Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
sig-cli Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
sig-cluster-lifecycle Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
sig-cluster-ops Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
sig-contributor-experience Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
sig-docs Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
sig-federation Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
sig-instrumentation Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
sig-network Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
sig-node Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
sig-on-premise Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
sig-openstack Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
sig-product-management Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
sig-release Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
sig-rktnetes Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
sig-scalability Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
sig-scheduling Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
sig-service-catalog Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
sig-storage Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
sig-testing Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
sig-ui Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
sig-windows Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
wg-container-identity Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
wg-resource-management Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
.generated_files add generated-files checker for mungebot 2017-07-24 15:59:58 -07:00
.travis.yml Remove duplication 2017-07-14 10:20:04 +02: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 Add verify make rule 2017-07-28 12:19:30 -07:00
OWNERS Add owners files with sig-leads 2017-08-15 15:37:31 -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 minor typo 2017-07-27 09:40:30 -07:00
governance.md Define community groups, as they currently exist, taking some text 2017-08-10 17:10:40 -07:00
incubator.md Merge pull request #673 from justinsb/kops_graduation 2017-06-14 14:14:11 -04:00
sig-creation-procedure.md Split governance.md into separate docs. 2017-05-12 16:23:07 -07:00
sig-governance.md changed path to request zoom account 2017-08-03 10:38:27 -07:00
sig-list.md Merge pull request #893 from jbeda/update-gen 2017-08-10 13:41:21 -07:00
sigs.yaml Merge pull request #889 from roberthbailey/sig-cluster-lifecycle 2017-08-09 13:26:39 -07:00
sysadmin.md Add a doc about community-sysadmin'ed stuff (#852) 2017-08-01 10:41:50 -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