Merge pull request #3567 from nikhita/ug-sig-list-label
Display label for user groups in the SIG list
This commit is contained in:
commit
9e0e962790
|
|
@ -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 |
|
||||
|
|
|
|||
|
|
@ -69,9 +69,9 @@ When the need arises, a [new SIG can be created](sig-wg-lifecycle.md)
|
|||
|
||||
### Master User Group List
|
||||
|
||||
| Name | Organizers | Contact | Meetings |
|
||||
|------|------------|---------|----------|
|
||||
|[Big Data](ug-big-data/README.md)|* [Anirudh Ramanathan](https://github.com/foxish), Rockset<br>* [Erik Erlandson](https://github.com/erikerlandson), Red Hat<br>* [Yinan Li](https://github.com/liyinan926), Google<br>|* [Slack](https://kubernetes.slack.com/messages/ug-big-data)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-ug-big-data)|* Regular User Group Meeting: [Wednesdays at 18:00 UTC (biweekly)](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit)<br>
|
||||
| Name | Label |Organizers | Contact | Meetings |
|
||||
|------|-------|------------|--------|----------|
|
||||
|[Big Data](ug-big-data/README.md)|big-data|* [Anirudh Ramanathan](https://github.com/foxish), Rockset<br>* [Erik Erlandson](https://github.com/erikerlandson), Red Hat<br>* [Yinan Li](https://github.com/liyinan926), Google<br>|* [Slack](https://kubernetes.slack.com/messages/ug-big-data)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-ug-big-data)|* Regular User Group Meeting: [Wednesdays at 18:00 UTC (biweekly)](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit)<br>
|
||||
|
||||
### Master Committee List
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue