64 lines
2.0 KiB
Cheetah
64 lines
2.0 KiB
Cheetah
{{- template "header" }}
|
|
# {{.Name}} Working Group
|
|
|
|
{{ .MissionStatement }}
|
|
{{- if .CharterLink }}
|
|
The [charter]({{.CharterLink}}) defines the scope and governance of the {{.Name}} Working Group.
|
|
{{ end }}
|
|
{{- if .StakeholderSIGs }}
|
|
## Stakeholder SIGs
|
|
{{- range .StakeholderSIGs }}
|
|
* [SIG {{.}}](/{{.DirName}})
|
|
{{- end }}
|
|
{{ end }}
|
|
{{ if .Meetings -}}
|
|
## Meetings
|
|
|
|
{{- if .Contact.MailingList }}
|
|
*Joining the [mailing list]({{.Contact.MailingList}}) for the group will typically add invites for the following meetings to your calendar.*
|
|
{{- end }}
|
|
|
|
{{- range .Meetings }}
|
|
* {{.Description}}: [{{.Day}}s at {{.Time}} {{.TZ}}]({{.URL}}) ({{.Frequency}}). [Convert to your timezone](http://www.thetimezoneconverter.com/?t={{.Time}}&tz={{.TZ | tzUrlEncode}}).
|
|
{{- if .ArchiveURL }}
|
|
* [Meeting notes and Agenda]({{.ArchiveURL}}).
|
|
{{- end }}
|
|
{{- if .RecordingsURL }}
|
|
* [Meeting recordings]({{.RecordingsURL}}).
|
|
{{- end }}
|
|
{{- end }}
|
|
|
|
{{- end }}
|
|
{{- if .Leadership }}
|
|
{{- if .Leadership.Chairs }}
|
|
|
|
## Organizers
|
|
{{ range .Leadership.Chairs }}
|
|
* {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**){{if .Company}}, {{.Company}}{{end}}
|
|
{{- end }}
|
|
{{- end }}
|
|
{{- if .Leadership.EmeritusLeads }}
|
|
|
|
## Emeritus Organizers
|
|
{{ range .Leadership.EmeritusLeads }}
|
|
* {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**)
|
|
{{- end }}
|
|
{{- end }}
|
|
{{- end }}
|
|
|
|
## Contact
|
|
- Slack: [#{{.Contact.Slack}}](https://kubernetes.slack.com/messages/{{.Contact.Slack}})
|
|
- [Mailing list]({{.Contact.MailingList}})
|
|
{{- if .Label }}
|
|
- [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/wg%2F{{.Label}})
|
|
{{- end }}
|
|
{{- if .Contact.GithubTeams }}
|
|
- GitHub Teams:
|
|
{{- range .Contact.GithubTeams }}
|
|
- [@kubernetes/{{.Name}}](https://github.com/orgs/kubernetes/teams/{{.Name}}) {{- if .Description }} - {{.Description}} {{- end}}
|
|
{{- end }}
|
|
{{- end }}
|
|
{{- if .Contact.Liaison.Name }}
|
|
- Steering Committee Liaison: {{.Contact.Liaison.Name}} (**[@{{.Contact.Liaison.GitHub}}](https://github.com/{{.Contact.Liaison.GitHub}})**)
|
|
{{- end }}
|