summaryrefslogtreecommitdiff
path: root/generator
diff options
context:
space:
mode:
authorChristoph Blecker <admin@toph.ca>2017-06-22 09:51:32 -0700
committerGitHub <noreply@github.com>2017-06-22 09:51:32 -0700
commit95e1d4b61225091c80cff2fc3084c4f67f33e58b (patch)
tree9f33ddb07d7799994c6faff08b82372b59ed2fc4 /generator
parent9c966cb7cb8ab3efa021bd4fe0f644b564c65ead (diff)
parent773f0912e2e375c66313370b1623c2786b0b51a9 (diff)
Merge pull request #755 from vishh/add-rm-wg
Fix generator by adding the missing workgroup template
Diffstat (limited to 'generator')
-rw-r--r--generator/wg_index.tmpl25
1 files changed, 25 insertions, 0 deletions
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}}