diff options
| author | Phillip Wittrock <pwittroc@google.com> | 2018-11-13 14:14:40 -0800 |
|---|---|---|
| committer | Phillip Wittrock <pwittroc@google.com> | 2018-11-13 14:15:20 -0800 |
| commit | bdc23179ac30badfe6c25f68afe58fad90ccafbe (patch) | |
| tree | 2efe6340227027639f7a1fb73fe811a9f9ce82ff | |
| parent | cbcd362eeb60dd4cf1b3bc097ab0a62570cd6806 (diff) | |
Address PR comments
| -rw-r--r-- | committee-steering/governance/wg-governance.md | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/committee-steering/governance/wg-governance.md b/committee-steering/governance/wg-governance.md index 3c478b3d..d974f9be 100644 --- a/committee-steering/governance/wg-governance.md +++ b/committee-steering/governance/wg-governance.md @@ -23,6 +23,27 @@ over its formation and disbanding. - Documenting other governance bodies such as sub-projects or SIGs - Changing the status of existing Working Groups/SIGs/Sub-projects +## Working Group Relationship To SIGs +Assets owned by the Kubernetes project (e.g. code, docs, blogs, processes, etc) are owned and +managed by [SIGs](sig-governance.md). The exception to this is specific assets that may be owned +by Working Groups, as outlined below. + +Working Groups provide structure for governance and communication channels, and as such may +own the following types of assets: + +- Calendar Events +- Slack Channels +- Discussion Forum Groups + +Working Groups are distinct from SIGs in that they are intend to: + +- facilitate collaboration across SIGs +- facilitate an exploration of a problem / solution through a group with minimal governmental overhead + +Working Groups will typically have stake holders whose participation is in the +context of one or more SIGs. These SIGs should be documented as stake holders of the Working Group +(see Creation Process). + ## Is it a Working Group? Yes, if... - It does not own any code - It has a clear goal measured through a specific deliverable or deliverables @@ -60,7 +81,7 @@ requirements for that are: - chair information - meeting information - contact methods -- any [sig or subproject](sig-governance.md#project-management) stakeholders +- any [sig](sig-governance.md) stakeholders The pull request should be labeled with any SIG stakeholders and committee/steering. And since GitHub notifications are not a reliable means to contact people, an email should be sent to the mailing lists for the stakeholder SIGs, @@ -89,7 +110,7 @@ Working Groups will be disbanded if either of the following is true: - Zoom The current Chair may step down at any time. When they do so, a new Chair may be selected through lazy consensus -within the Working Group, and [sigs.yaml](../../sigs.yaml) should be updated. +within the Working Group, and [sigs.yaml](/sigs.yaml) should be updated. References |
