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>
This commit is contained in:
parent
933ba06f39
commit
a4dea68e7d
|
@ -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 -->
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue