Kubernetes community content
Go to file
Kubernetes Submit Queue 5323d141fe Merge pull request #1222 from julianvmodesto/patch-1
Automatic merge from submit-queue.

wg-app-def: fix meeting notes and agenda link
2017-10-17 23:06:36 -07:00
.github Add instructions to README 2017-10-06 15:27:20 +01:00
archive
committee-steering Finally updating this thing 2017-09-24 09:45:16 -06:00
community Add leaderboard link 2017-10-17 14:38:45 -04:00
contributors Merge pull request #1209 from porridge/merge-paragraphs 2017-10-17 11:16:59 -07:00
generator Merge pull request #1178 from yuexiao-wang/clear-readme 2017-10-13 10:06:58 -07:00
hack
project-managers
sig-api-machinery
sig-apps Restore sig apps zoom url 2017-09-25 14:37:45 -04:00
sig-architecture Removed completed items from backlog 2017-10-10 22:41:25 -07:00
sig-auth
sig-autoscaling
sig-aws Merge pull request #864 from wombat/patch-1 2017-10-18 02:32:52 +02:00
sig-azure
sig-big-data
sig-cli Create outreachy.md 2017-10-17 17:47:32 -07:00
sig-cluster-lifecycle
sig-cluster-ops
sig-contributor-experience
sig-docs
sig-instrumentation
sig-multicluster Move one straggler file from sig-federation to sig-multicluster. 2017-10-13 10:30:12 -07:00
sig-network
sig-node
sig-on-premise
sig-openstack
sig-product-management
sig-release
sig-rktnetes
sig-scalability Merge pull request #1198 from porridge/az 2017-10-16 15:09:47 -07:00
sig-scheduling
sig-service-catalog
sig-storage
sig-testing
sig-ui
sig-windows Merge pull request #861 from bsteciuk/sig-windows 2017-09-25 13:32:47 -07:00
wg-app-def Fix meeting notes and agenda link 2017-10-18 01:13:48 -04:00
wg-cluster-api
wg-container-identity Fix wg-container-identity/README.md 2017-10-09 11:15:38 -07:00
wg-kubeadm-adoption
wg-resource-management Correct meeting time for Resource Management WG 2017-09-23 00:13:17 +08:00
.generated_files
.travis.yml
CLA.md
CONTRIBUTING.md
LICENSE
Makefile Update generator to use WHAT variable 2017-09-25 12:36:24 -07:00
OWNERS
README.md Add instructions to README 2017-10-06 15:27:20 +01:00
communication.md
community-membership.md
governance.md
incubator.md Don't retire kube-state-metrics. Retire md-check. 2017-10-03 21:05:48 -07:00
sig-creation-procedure.md
sig-governance.md Add new contact info for Paris and me 2017-10-17 10:01:24 -04:00
sig-list.md Update files in the community repo to point to multicluster rather than federation. 2017-10-13 10:13:16 -07:00
sigs.yaml Update files in the community repo to point to multicluster rather than federation. 2017-10-13 10:13:16 -07:00
sysadmin.md

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.

If you want to edit details about a SIG (e.g. its weekly meeting time or its leads), please follow these instructions that detail how our docs are auto-generated.

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 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