34 lines
1.0 KiB
Cheetah
34 lines
1.0 KiB
Cheetah
{{- template "header" }}
|
|
# {{.Name}} Working Group
|
|
|
|
{{ .MissionStatement }}
|
|
## Meetings
|
|
{{- range .Meetings }}
|
|
* [{{.Day}}s at {{.UTC}} UTC]({{$.MeetingURL}}) ({{.Frequency}}). [Convert to your timezone](http://www.thetimezoneconverter.com/?t={{.UTC}}&tz=UTC).
|
|
{{- end }}
|
|
|
|
{{ if .MeetingArchiveURL -}}
|
|
Meeting notes and Agenda can be found [here]({{.MeetingArchiveURL}}).
|
|
{{- end }}
|
|
{{ if .MeetingRecordingsURL -}}
|
|
Meeting recordings can be found [here]({{.MeetingRecordingsURL}}).
|
|
{{- end }}
|
|
|
|
## Organizers
|
|
{{- range .Leads }}
|
|
* {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**){{if .Company}}, {{.Company}}{{end}}
|
|
{{- end }}
|
|
|
|
## 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.FullGitHubTeams}}
|
|
## GitHub Teams
|
|
{{range .Contact.GithubTeamNames -}}
|
|
* [@{{.}}](https://github.com/kubernetes/teams/{{.}})
|
|
{{end}}
|
|
{{end}}
|