Add template for workgroups

Signed-off-by: Vishnu Kannan <vishnuk@google.com>
This commit is contained in:
Vishnu Kannan 2017-06-21 21:01:07 -07:00
parent 0875cceb81
commit 773f0912e2
1 changed files with 25 additions and 0 deletions

25
generator/wg_index.tmpl Normal file
View File

@ -0,0 +1,25 @@
{{- 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 }}
Meeting notes and Agenda can be found [here]({{.MeetingArchiveURL}}).
## Organizers
{{- range .Organizers }}
* [{{.Name}}](https://github.com/{{.GitHub}}){{if .Company}}, {{.Company}}{{end}}
{{- end }}
## Contact
* [Slack](https://kubernetes.slack.com/messages/{{.Contact.Slack}})
* [Mailing list]({{.Contact.MailingList}})
{{if .Contact.FullGitHubTeams}}
## GitHub Teams
{{range .Contact.GithubTeamNames -}}
* [@{{.}}](https://github.com/kubernetes/teams/{{.}})
{{end}}
{{end}}