|
1 | 1 | # Community membership
|
2 | 2 |
|
3 |
| -**Note:** This document is in progress |
| 3 | +**Note:** This document is a work in progress |
4 | 4 |
|
5 | 5 | This doc outlines the various responsibilities of contributor roles in
|
6 | 6 | Kubernetes. The Kubernetes project is subdivided into subprojects under SIGs.
|
7 | 7 | Responsibilities for most roles are scoped to these subprojects.
|
8 | 8 |
|
9 | 9 | | Role | Responsibilities | Requirements | Defined by |
|
10 | 10 | | -----| ---------------- | ------------ | -------|
|
11 |
| -| member | active contributor in the community | sponsored by 2 reviewers. multiple contributions to the project. | Kubernetes GitHub org member. | |
12 |
| -| reviewer | review contributions from other members | history of review and authorship in a subproject | [OWNERS] file reviewer entry. | |
13 |
| -| approver | approve accepting contributions | highly experienced and active reviewer + contributor to a subproject | [OWNERS] file approver entry| |
14 |
| -| subproject owner | set direction and priorities for a subproject | demonstrated responsibility and excellent technical judgement for the subproject | [sigs.yaml] subproject [OWNERS] file *owners* entry | |
| 11 | +| Member | Active contributor in the community | Sponsored by 2 reviewers and multiple contributions to the project | Kubernetes GitHub org member| |
| 12 | +| Reviewer | Review contributions from other members | History of review and authorship in a subproject | [OWNERS] file reviewer entry | |
| 13 | +| Approver | Contributions acceptance approval| Highly experienced active reviewer and contributor to a subproject | [OWNERS] file approver entry| |
| 14 | +| Subproject owner | Set direction and priorities for a subproject | Demonstrated responsibility and excellent technical judgement for the subproject | [sigs.yaml] subproject [OWNERS] file *owners* entry | |
15 | 15 |
|
16 | 16 | ## New contributors
|
17 | 17 |
|
@@ -249,12 +249,12 @@ measured by the CNCF [DevStats project].
|
249 | 249 |
|
250 | 250 | **Note:** Devstats does not take into account non-code contributions. If a
|
251 | 251 | non-code contributing member is accidentally removed this way, they may open an
|
252 |
| -issue to quickly be re-instated. |
| 252 | +issue to quickly be re-instated. |
253 | 253 |
|
254 | 254 |
|
255 | 255 | After an extended period away from the project with no activity
|
256 | 256 | those members would need to re-familiarize themselves with the current state
|
257 |
| -before being able to contribute effectively. |
| 257 | +before being able to contribute effectively. |
258 | 258 |
|
259 | 259 |
|
260 | 260 | [code reviews]: /contributors/guide/expectations.md#code-review
|
|
0 commit comments