From 773f0912e2e375c66313370b1623c2786b0b51a9 Mon Sep 17 00:00:00 2001 From: Vishnu Kannan Date: Wed, 21 Jun 2017 21:01:07 -0700 Subject: Add template for workgroups Signed-off-by: Vishnu Kannan --- generator/wg_index.tmpl | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 generator/wg_index.tmpl diff --git a/generator/wg_index.tmpl b/generator/wg_index.tmpl new file mode 100644 index 00000000..ed8fc9c0 --- /dev/null +++ b/generator/wg_index.tmpl @@ -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}} -- cgit v1.2.3