forked from kubernetes/community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
liaisons.tmpl
38 lines (33 loc) · 1.61 KB
/
liaisons.tmpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{{ template "header" }}
# Liaisons
Each community group in Kubernetes is assigned a Steering Committee
liaison. Liaisons act as a point of contact from steering, engage with
their respective community groups to ensure they are healthy and
facilitate communication for [annual reports](committee-steering/governance/annual-reports.md).
Liaisons do not make decisions for the community group or on behalf of
the Steering Committee.
Liaisons are assigned community groups at random (adjustments can be
made, if needed) with each member having an (almost) equal distribution
of SIGs, WGs and UGs.
| Community Group | Steering Committee Liaison |
| -------------------------- | -------------------------- |
{{- range .Sigs}}
{{- if .Contact.Liaison.Name }}
| [SIG {{.Name}}]({{.Dir}}/README.md) | {{.Contact.Liaison.Name}} (**[@{{.Contact.Liaison.GitHub}}](https://github.com/{{.Contact.Liaison.GitHub}})**) |
{{- end }}
{{- end -}}
{{- range .WorkingGroups}}
{{- if .Contact.Liaison.Name }}
| [WG {{.Name}}]({{.Dir}}/README.md) | {{.Contact.Liaison.Name}} (**[@{{.Contact.Liaison.GitHub}}](https://github.com/{{.Contact.Liaison.GitHub}})**) |
{{- end -}}
{{- end }}
{{- range .UserGroups}}
{{- if .Contact.Liaison.Name }}
| [UG {{.Name}}]({{.Dir}}/README.md) | {{.Contact.Liaison.Name}} (**[@{{.Contact.Liaison.GitHub}}](https://github.com/{{.Contact.Liaison.GitHub}})**) |
{{- end -}}
{{- end }}
{{- range .Committees}}
{{- if .Contact.Liaison.Name }}
| [Committee {{.Name}}]({{.Dir}}/README.md) | {{.Contact.Liaison.Name}} (**[@{{.Contact.Liaison.GitHub}}](https://github.com/{{.Contact.Liaison.GitHub}})**) |
{{- end -}}
{{- end }}