summaryrefslogtreecommitdiff
path: root/generator/list.tmpl
diff options
context:
space:
mode:
authorNikhita Raghunath <nikitaraghunath@gmail.com>2019-04-09 04:48:04 -0700
committerNikhita Raghunath <nikitaraghunath@gmail.com>2019-04-09 04:48:04 -0700
commit221c2ad6dbf5796a1fa7659ae78993875fa97320 (patch)
tree54ae386b818c16ddea24c02c43fe839df5dbf98d /generator/list.tmpl
parent98185d86c18bbd1e5330c110a31c3398bc148cbb (diff)
Display label for user groups in the SIG list
Diffstat (limited to 'generator/list.tmpl')
-rw-r--r--generator/list.tmpl11
1 files changed, 5 insertions, 6 deletions
diff --git a/generator/list.tmpl b/generator/list.tmpl
index d8970cea..81a880db 100644
--- a/generator/list.tmpl
+++ b/generator/list.tmpl
@@ -34,16 +34,15 @@ When the need arises, a [new SIG can be created](sig-wg-lifecycle.md)
{{- range .WorkingGroups}}
|[{{.Name}}]({{.Dir}}/README.md)|{{range .StakeholderSIGs}}* {{.}}<br>{{end }}|{{range .Leadership.Chairs}}* [{{.Name}}](https://github.com/{{.GitHub}}){{if .Company}}, {{.Company}}{{end}}<br>{{end}}|* [Slack](https://kubernetes.slack.com/messages/{{.Contact.Slack}})<br>* [Mailing List]({{.Contact.MailingList}})|{{range .Meetings}}* {{.Description}}: [{{.Day}}s at {{.Time}} {{.TZ}} ({{.Frequency}})]({{.URL}})<br>{{end}}
{{- end }}
-{{- /* TODO: remove the below condition when at least one user group has been added */}}
-{{ if .UserGroups }}
+
### Master User Group List
-| Name | Organizers | Contact | Meetings |
-|------|------------|---------|----------|
+| Name | Label |Organizers | Contact | Meetings |
+|------|-------|------------|--------|----------|
{{- range .UserGroups}}
-|[{{.Name}}]({{.Dir}}/README.md)|{{range .Leadership.Chairs}}* [{{.Name}}](https://github.com/{{.GitHub}}){{if .Company}}, {{.Company}}{{end}}<br>{{end}}|* [Slack](https://kubernetes.slack.com/messages/{{.Contact.Slack}})<br>* [Mailing List]({{.Contact.MailingList}})|{{range .Meetings}}* {{.Description}}: [{{.Day}}s at {{.Time}} {{.TZ}} ({{.Frequency}})]({{.URL}})<br>{{end}}
+|[{{.Name}}]({{.Dir}}/README.md)|{{.Label}}|{{range .Leadership.Chairs}}* [{{.Name}}](https://github.com/{{.GitHub}}){{if .Company}}, {{.Company}}{{end}}<br>{{end}}|* [Slack](https://kubernetes.slack.com/messages/{{.Contact.Slack}})<br>* [Mailing List]({{.Contact.MailingList}})|{{range .Meetings}}* {{.Description}}: [{{.Day}}s at {{.Time}} {{.TZ}} ({{.Frequency}})]({{.URL}})<br>{{end}}
{{- end }}
-{{ end }}
+
### Master Committee List
| Name | Label | Members | Contact |