From aa4e7887f072e86837986ae841fe2e43c651b895 Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Tue, 19 Mar 2019 18:03:16 +0530 Subject: generator: add subprojects for committees --- generator/committee_readme.tmpl | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/generator/committee_readme.tmpl b/generator/committee_readme.tmpl index c0337b47..d84bd2b5 100644 --- a/generator/committee_readme.tmpl +++ b/generator/committee_readme.tmpl @@ -43,6 +43,35 @@ The [charter]({{.CharterLink}}) defines the scope and governance of the {{.Name} {{- if .Label }} * [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/ug%2F{{.Label}}) {{- end }} +{{- if .Subprojects }} + +## Subprojects + +The following subprojects are owned by the {{.Name}} Committee: + +{{- range .Subprojects }} +- **{{.Name}}** +{{- if .Description }} + - Description: {{ trimSpace .Description }} +{{- end }} + - Owners: +{{- range .Owners }} + - {{.}} +{{- end }} +{{- if .Meetings }} + - Meetings: +{{- range .Meetings }} + - {{.Description}}: [{{.Day}}s at {{.Time}} {{.TZ}}]({{.URL}}) ({{.Frequency}}). [Convert to your timezone](http://www.thetimezoneconverter.com/?t={{.Time}}&tz={{.TZ | tzUrlEncode}}). +{{- if .ArchiveURL }} + - [Meeting notes and Agenda]({{.ArchiveURL}}). +{{- end }} +{{- if .RecordingsURL }} + - [Meeting recordings]({{.RecordingsURL}}). +{{- end }} +{{- end }} +{{- end }} +{{- end }} +{{- end }} {{ if .Contact.GithubTeams }} ## GitHub Teams -- cgit v1.2.3