You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-8
Original file line number
Diff line number
Diff line change
@@ -13,16 +13,27 @@ issues, mailing lists, conferences, etc.
13
13
14
14
For more specific topics, try a SIG.
15
15
16
-
## SIGs
16
+
## Governance
17
17
18
-
Kubernetes is a set of subprojects, each shepherded by a Special Interest Group (SIG).
18
+
Kubernetes has three types of groups that are officially supported:
19
19
20
-
A first step to contributing is to pick from the [list of kubernetes SIGs](sig-list.md).
20
+
***Committees** are named sets of people that are chartered to take on sensitive topics.
21
+
This group is encouraged to be as open as possible while achieving its mission but, because of the nature of the topics discussed, private communications are allowed.
22
+
Examples of committees include the steering committee and things like security or code of conduct.
23
+
***Special Interest Groups (SIGs)** are persistent open groups that focus on a part of the project.
24
+
SIGs must have open and transparent proceedings.
25
+
Anyone is welcome to participate and contribute provided they follow the Kubernetes Code of Conduct.
26
+
The purpose of a SIG is to own and develop a set of **subprojects**.
27
+
***Subprojects** Each SIG can have a set of subprojects.
28
+
These are smaller groups that can work independently.
29
+
Some subprojects will be part of the main Kubernetes deliverables while others will be more speculative and live in the `kubernetes-sigs` github org.
30
+
***Working Groups** are temporary groups that are formed to address issues that cross SIG boundaries.
31
+
Working groups do not own any code or other long term artifacts.
32
+
Working groups can report back and act through involved SIGs.
33
+
34
+
See the [full governance doc](governance.md) for more details on these groups.
21
35
22
-
A SIG can have its own policy for contribution,
23
-
described in a `README` or `CONTRIBUTING` file in the SIG
24
-
folder in this repo (e.g. [sig-cli/CONTRIBUTING](sig-cli/CONTRIBUTING.md)),
25
-
and its own mailing list, slack channel, etc.
36
+
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.md](sig-cli/CONTRIBUTING.md)), and its own mailing list, slack channel, etc.
26
37
27
38
If you want to edit details about a SIG (e.g. its weekly meeting time or its leads),
28
39
please follow [these instructions](./generator) that detail how our docs are auto-generated.
@@ -34,7 +45,11 @@ lead to many relevant technical topics.
34
45
35
46
## Contribute
36
47
37
-
The [Contributor Guide](contributors/guide/README.md) provides detailed instructions on how to get your ideas and bug fixes seen and accepted, including:
48
+
A first step to contributing is to pick from the [list of kubernetes SIGs](sig-list.md).
49
+
Start attending SIG meetings, join the slack channel and subscribe to the mailing list.
50
+
SIGs will often have a set of "help wanted" issues that can help new contributors get involved.
51
+
52
+
The [Contributor Guide](contributors/guide/README.md) provides detailed instruction on how to get your ideas and bug fixes seen and accepted, including:
0 commit comments