summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikhita Raghunath <nikitaraghunath@gmail.com>2019-02-25 00:40:41 +0530
committerNikhita Raghunath <nikitaraghunath@gmail.com>2019-03-05 00:31:25 +0530
commit44c77b522097fd069a6669fa08b81ec9ebf5e836 (patch)
tree69e6e675ab929f2bb2f1bd2e28420e250499d6b5
parent7efa0627cea7f654d459efccf07d0930f3289371 (diff)
Add User Groups to README
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index bd746d42..f4bd9651 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ For more specific topics, try a SIG.
## Governance
-Kubernetes has three types of groups that are officially supported:
+Kubernetes has the following types of groups that are officially supported:
* **Committees** are named sets of people that are chartered to take on sensitive topics.
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.
@@ -30,6 +30,9 @@ Kubernetes has three types of groups that are officially supported:
* **Working Groups** are temporary groups that are formed to address issues that cross SIG boundaries.
Working groups do not own any code or other long term artifacts.
Working groups can report back and act through involved SIGs.
+* **User Groups** are groups for facilitating communication and discovery of information related to
+ topics that have long term relevance to large groups of Kubernetes users.
+ They do not have ownership of parts of the Kubernetes code base.
See the [full governance doc](governance.md) for more details on these groups.