summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcaleb miles <caselim@gmail.com>2018-02-21 13:32:07 -0800
committercaleb miles <caselim@gmail.com>2018-02-21 14:04:06 -0800
commitd1d8dba9324017774149aa8012d51e19aac548ce (patch)
treec7d53c4244add40b8d84d291a87840f60b5f8b28
parent9b2005174c6c1cc8b1010c7f4318671935932dc6 (diff)
Makes WG template closer to SIG template
- Adds subprojects
-rw-r--r--generator/wg_readme.tmpl39
1 files changed, 36 insertions, 3 deletions
diff --git a/generator/wg_readme.tmpl b/generator/wg_readme.tmpl
index 5cd75e66..c1381827 100644
--- a/generator/wg_readme.tmpl
+++ b/generator/wg_readme.tmpl
@@ -25,15 +25,48 @@
{{- if .Label }}
* [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/wg%2F{{.Label}})
{{- end }}
+{{- if .Subprojects }}
+
+## Subprojects
+
+The following subprojects are owned by wg-{{.Label}}:
+
+{{- range .Subprojects }}
+- **{{.Name}}**
+{{- if .Description }}
+ - Description: {{ .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
The below teams can be mentioned on issues and PRs in order to get attention from the right people.
Note that the links to display team membership will only work if you are a member of the org.
-| Team Name | Details | Description |
-| --------- |:-------:| ----------- |
+The google groups contain the archive of Github team notifications.
+Mentioning a team on Github will CC its group.
+Monitor these for Github activity if you are not a member of the team.
+
+| Team Name | Details | Google Groups | Description |
+| --------- |:-------:|:-------------:| ----------- |
{{- range .Contact.GithubTeams }}
-| @kubernetes/{{.Name}} | [link](https://github.com/orgs/kubernetes/teams/{{.Name}}) | {{.Description}} |
+| @kubernetes/{{.Name}} | [link](https://github.com/orgs/kubernetes/teams/{{.Name}}) | [link](https://groups.google.com/forum/#!forum/kubernetes-{{.Name}}) | {{.Description}} |
{{- end }}
{{ end }}