diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2020-12-22 06:08:26 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-22 06:08:26 -0800 |
| commit | b1d650a84a24e182edebc1aba18e88559bfb2880 (patch) | |
| tree | 710ec9c628de45d81c825e1e76699fc30ba85508 /generator | |
| parent | 1bece0f32f95ff1089aacb37a06e23975432be8f (diff) | |
| parent | 067c680f77f128302a3fc5ff32427e4b8a167c4d (diff) | |
Merge pull request #5381 from mrbobbytables/update-sig-list-template
Replace master list with community group name in sig-list template
Diffstat (limited to 'generator')
| -rw-r--r-- | generator/list.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/generator/list.tmpl b/generator/list.tmpl index b7a8bfbf..6a246788 100644 --- a/generator/list.tmpl +++ b/generator/list.tmpl @@ -21,7 +21,7 @@ Each group's material is in its subdirectory in this project. When the need arises, a [new SIG can be created](sig-wg-lifecycle.md) -### Master SIG List +### Special Interest Groups | Name | Label | Chairs | Contact | Meetings | |------|-------|--------|---------|----------| @@ -37,7 +37,7 @@ When the need arises, a [new SIG can be created](sig-wg-lifecycle.md) {{- end -}} {{- end }} -### Master Working Group List +### Working Groups | Name | Stakeholder SIGs |Organizers | Contact | Meetings | |------|------------------|-----------|---------|----------| @@ -45,7 +45,7 @@ When the need arises, a [new SIG can be created](sig-wg-lifecycle.md) |[{{.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 }} -### Master User Group List +### User Groups | Name | Label |Organizers | Contact | Meetings | |------|-------|------------|--------|----------| @@ -53,7 +53,7 @@ When the need arises, a [new SIG can be created](sig-wg-lifecycle.md) |[{{.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 }} -### Master Committee List +### Committees | Name | Label | Members | Contact | |------|--------|---------|---------| |
