Skip to content

Commit

Permalink
Add template for workgroups
Browse files Browse the repository at this point in the history
Signed-off-by: Vishnu Kannan <[email protected]>
  • Loading branch information
vishh committed Jun 22, 2017
1 parent 0875cce commit 773f091
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions generator/wg_index.tmpl
Original file line number Diff line number Diff line change
@@ -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}}

0 comments on commit 773f091

Please sign in to comment.