summaryrefslogtreecommitdiff
path: root/README.md
blob: 6afebb38371f88e0b7b13c04210ce9945933649c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# Kubernetes Community

Welcome to the Kubernetes community!

This is the starting point for becoming a contributor - improving docs, improving code, giving talks etc.
## Communicating

General communication channels - e.g. filing issues, chat, mailing lists and
conferences are listed on the [communication](communication.md) page.

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](sig-list.md).

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](sig-cli/contributing.md)),
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][help-wanted]
that should not need deep knowledge of the system. 

To dig deeper, read a design doc, e.g. [architecture].

[Pick a SIG](sig-list.md), 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](contributors/devel/README.md)
lead to many relevant topics, including
 * [Developer's Guide] - how to start a build/test cycle
 * [Collaboration Guide] - how to work together
 * [expectations] - what the community expects
 * [pull request] policy - how to prepare a pull request

## Making a Pull Request

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.
  1. The repo owners will respond to your issue promptly.
  1. If your proposed change is accepted,
     sign the [CLA],
     and start work in your fork.
  1. Submit a [pull request] containing a tested change.


[architecture]: https://github.com/kubernetes/kubernetes/blob/master/docs/design/architecture.md
[cmd]: https://github.com/kubernetes/kubernetes/tree/master/cmd
[CLA]: cla.md
[Collaboration Guide]: contributors/devel/development.md
[Developer's Guide]: contributors/devel/development.md
[develop a new feature]: https://github.com/kubernetes/features
[expectations]: contributors/devel/community-expectations.md
[help-wanted]: https://github.com/kubernetes/kubernetes/issues?q=is%3Aopen+is%3Aissue+label%3Ahelp-wanted
[pull request]: contributors/devel/pull-requests.md

[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/CONTRIBUTING.md?pixel)]()