diff options
| author | Stephen Augustus <foo@auggie.dev> | 2021-12-01 22:22:32 -0500 |
|---|---|---|
| committer | Stephen Augustus <foo@auggie.dev> | 2021-12-01 22:22:32 -0500 |
| commit | a4dea68e7d105d89633e3e6ef6765d547f0c8b7a (patch) | |
| tree | b84bb5c4c241da29c08443fd1c97adcd268f56ca | |
| parent | 933ba06f39f699285e52db3d07cf947b5aca1fdf (diff) | |
steering: Add Committee liaisons
Proposing Steering Committee liaisons for the following groups:
- Code of Conduct Committee (Tim)
- Security Response Committee (Stephen)
Choosing Tim and Stephen here, because:
- they're newly-appointed SC members with a lighter liaison load
- they have served on (or [have] operate[d] in) the respective
committee's private spaces and are familiar with their processes
Signed-off-by: Stephen Augustus <foo@auggie.dev>
| -rw-r--r-- | committee-code-of-conduct/README.md | 1 | ||||
| -rw-r--r-- | committee-security-response/README.md | 1 | ||||
| -rw-r--r-- | liaisons.md | 2 | ||||
| -rw-r--r-- | sigs.yaml | 6 |
4 files changed, 10 insertions, 0 deletions
diff --git a/committee-code-of-conduct/README.md b/committee-code-of-conduct/README.md index 100f2962..74bb8f54 100644 --- a/committee-code-of-conduct/README.md +++ b/committee-code-of-conduct/README.md @@ -26,6 +26,7 @@ The [charter](charter.md) defines the scope and governance of the Code of Conduc - [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/committee%2Fcode-of-conduct) - GitHub Teams: - [@kubernetes/code-of-conduct-committee](https://github.com/orgs/kubernetes/teams/code-of-conduct-committee) - General Discussion +- Steering Committee Liaison: Tim Pepper (**[@tpepper](https://github.com/tpepper)**) [subproject-definition]: https://github.com/kubernetes/community/blob/master/governance.md#subprojects <!-- BEGIN CUSTOM CONTENT --> diff --git a/committee-security-response/README.md b/committee-security-response/README.md index cbf1722f..afb3e65d 100644 --- a/committee-security-response/README.md +++ b/committee-security-response/README.md @@ -26,6 +26,7 @@ The Kubernetes Security Response Committee is the body that is responsible for r - [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/committee%2Fsecurity-response) - GitHub Teams: - [@kubernetes/security-response-committee](https://github.com/orgs/kubernetes/teams/security-response-committee) - General Discussion +- Steering Committee Liaison: Stephen Augustus (**[@justaugustus](https://github.com/justaugustus)**) ## Subprojects diff --git a/liaisons.md b/liaisons.md index 23805b46..6b7ffb8e 100644 --- a/liaisons.md +++ b/liaisons.md @@ -56,6 +56,8 @@ of SIGs, WGs and UGs. | [WG Structured Logging](wg-structured-logging/README.md) | Davanum Srinivas (**[@dims](https://github.com/dims)**) | | [UG Big Data](ug-big-data/README.md) | Tim Pepper (**[@tpepper](https://github.com/tpepper)**) | | [UG VMware Users](ug-vmware-users/README.md) | Tim Pepper (**[@tpepper](https://github.com/tpepper)**) | +| [Committee Code of Conduct](committee-code-of-conduct/README.md) | Tim Pepper (**[@tpepper](https://github.com/tpepper)**) | +| [Committee Security Response](committee-security-response/README.md) | Stephen Augustus (**[@justaugustus](https://github.com/justaugustus)**) | <!-- BEGIN CUSTOM CONTENT --> <!-- END CUSTOM CONTENT --> @@ -3130,6 +3130,9 @@ committees: teams: - name: code-of-conduct-committee description: General Discussion + liaison: + github: tpepper + name: Tim Pepper - dir: committee-security-response name: Security Response mission_statement: > @@ -3166,6 +3169,9 @@ committees: teams: - name: security-response-committee description: General Discussion + liaison: + github: justaugustus + name: Stephen Augustus subprojects: - name: committee-security-response description: Policies and documentation for the Security Response Committee |
