Kubernetes community content
Go to file
grodrigues3 ed88fb2d23 Link to Help Wanted Issues Only
It's a better UX to link to help wanted issues and explain what those issues are.  TODO, link to the criteria for help wanted issues.
2017-08-11 14:02:05 -07:00
archive Updated to latest format 2016-05-13 11:06:38 -04:00
committee-steering Add project-wide communication 2017-08-11 09:48:13 -07:00
community Fixing the dots into asterisks 2017-07-18 11:46:21 -07:00
contributors Fix the level typo. 2017-08-11 19:36:11 +08:00
generator Remove duplication 2017-07-14 10:20:04 +02:00
hack Add verify make rule 2017-07-28 12:19:30 -07:00
project-managers Fix "Stack Overflow" across docs. 2017-05-29 10:01:59 -07:00
sig-api-machinery Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-apps Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-architecture Initial draft of SIG architecture charter. 2017-07-24 14:25:50 -07:00
sig-auth Replace url to report specific vulnerabilities 2017-07-20 15:55:50 -04:00
sig-autoscaling Autogen update 2017-06-27 11:24:06 +02:00
sig-aws Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-azure Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-big-data Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-cli Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-cluster-lifecycle Add roberthbailey as a lead for cluster-lifecycle. 2017-08-08 23:06:59 -07:00
sig-cluster-ops Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-contributor-experience take Phillip Wittrock out of contrib-x and docs sig leads 2017-07-12 11:07:47 -07:00
sig-docs take Phillip Wittrock out of contrib-x and docs sig leads 2017-07-12 11:07:47 -07:00
sig-federation Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-instrumentation Add mission statement for sig-instrumentation 2017-07-12 13:23:46 +02:00
sig-network Sig-network meeting is held on every other Thursday 2017-07-26 09:37:00 +08:00
sig-node Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-on-premise Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-openstack Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-product-management Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-release SIG Release has a top level repository 2017-07-20 14:53:38 -07:00
sig-rktnetes Update README.md 2016-08-22 11:41:58 -07:00
sig-scalability Initial version of scalability thresholds 2017-07-19 14:45:25 +02:00
sig-scheduling Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-service-catalog Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-storage Add a details header to storage SIG page 2017-07-19 13:00:28 -07:00
sig-testing Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-ui Wrong link to sig lead github page 2017-07-11 16:54:22 -07:00
sig-windows Regenerate sig docs 2017-06-22 09:55:39 -07:00
wg-container-identity Update generated for wg-container-identity 2017-08-09 17:42:18 -07:00
wg-resource-management regenerate docs 2017-07-07 15:30:28 -04: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
README.md Link to Help Wanted Issues Only 2017-08-11 14:02:05 -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 an existing issue before attempting to develop a new feature.

Start by finding an existing issue with the help-wanted label; these are issues we've deemed are well suited for new contributors. Alternatively, if there is a specific area you are interested in, 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