diff options
| author | Christoph Blecker <admin@toph.ca> | 2018-03-14 15:36:25 -0700 |
|---|---|---|
| committer | Christoph Blecker <admin@toph.ca> | 2018-03-14 15:36:25 -0700 |
| commit | dd70a35476e801bb7f5e88484c30ed82795eef1f (patch) | |
| tree | 1bf6974c61af17e6f73ba0c3a3b65654130a505e /generator/list.tmpl | |
| parent | 56005d414c3661d466514dfad5b6b58c2a64dc4d (diff) | |
Modify generator to support chairs/tech leads
Diffstat (limited to 'generator/list.tmpl')
| -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 200f73f9..d09989da 100644 --- a/generator/list.tmpl +++ b/generator/list.tmpl @@ -13,10 +13,10 @@ When the need arises, a [new SIG can be created](sig-creation-procedure.md) ### Master SIG List -| Name | Label | Leads | Contact | Meetings | -|------|--------|-------|---------|----------| +| Name | Label | Chairs | Contact | Meetings | +|------|-------|--------|---------|----------| {{- range .Sigs}} -|[{{.Name}}]({{.Dir}}/README.md)|{{.Label}}|{{range .Leads}}* [{{.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 -}} +|[{{.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 -}} {{- range .Subprojects -}} @@ -32,5 +32,5 @@ When the need arises, a [new SIG can be created](sig-creation-procedure.md) | Name | Organizers | Contact | Meetings | |------|------------|---------|----------| {{- range .WorkingGroups}} -|[{{.Name}}]({{.Dir}}/README.md)|{{range .Leads}}* [{{.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)|{{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 }} |
