Skip to content

Commit 9067c93

Browse files
committed
(generator): add emeritus members section to committee template
Signed-off-by: Nabarun Pal <[email protected]>
1 parent ab77eaf commit 9067c93

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

generator/committee_readme.tmpl

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ The [charter]({{.CharterLink}}) defines the scope and governance of the {{.Name}
3232
* {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**){{if .Company}}, {{.Company}}{{end}}
3333
{{- end }}
3434
{{- end }}
35+
36+
{{- if .Leadership.EmeritusLeads }}
37+
38+
## Emeritus Members
39+
{{ range .Leadership.EmeritusLeads }}
40+
* {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**)
41+
{{- end }}
42+
{{- end }}
3543
{{- end }}
3644

3745
## Contact
@@ -82,7 +90,7 @@ The following [subprojects][subproject-definition] are owned by the {{.Name}} Co
8290
- [Mailing List]({{.Contact.MailingList}})
8391
{{- end }}
8492
{{- if .Contact.GithubTeams }}
85-
- GitHub Teams:
93+
- GitHub Teams:
8694
{{- range .Contact.GithubTeams }}
8795
- [@kubernetes/{{.Name}}](https://github.com/orgs/kubernetes/teams/{{.Name}}) {{- if .Description }} - {{.Description}}{{- end}}
8896
{{- end }}

0 commit comments

Comments
 (0)