File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,14 @@ The [charter]({{.CharterLink}}) defines the scope and governance of the {{.Name}
32
32
* {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**){{if .Company}}, {{.Company}}{{end}}
33
33
{{- end }}
34
34
{{- 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 }}
35
43
{{- end }}
36
44
37
45
## Contact
@@ -82,7 +90,7 @@ The following [subprojects][subproject-definition] are owned by the {{.Name}} Co
82
90
- [Mailing List]({{.Contact.MailingList}})
83
91
{{- end }}
84
92
{{- if .Contact.GithubTeams }}
85
- - GitHub Teams:
93
+ - GitHub Teams:
86
94
{{- range .Contact.GithubTeams }}
87
95
- [@kubernetes/{{.Name}}](https://github.com/orgs/kubernetes/teams/{{.Name}}) {{- if .Description }} - {{.Description}}{{- end}}
88
96
{{- end }}
You can’t perform that action at this time.
0 commit comments