summaryrefslogtreecommitdiff
path: root/generator
diff options
context:
space:
mode:
authorNikhita Raghunath <nikitaraghunath@gmail.com>2019-07-24 20:35:10 +0530
committerNikhita Raghunath <nikitaraghunath@gmail.com>2019-07-25 21:15:02 +0530
commit720b9e96829bab25b4ee5587c10d5bc19c18add7 (patch)
treef8f60bdc150937e562d30cc4c8abe2d0ac206187 /generator
parentf04243f9e9e8dbcef3ffc6ba46d7c41b95c5f820 (diff)
generator: add emeritus leads to WG and UG template
Diffstat (limited to 'generator')
-rw-r--r--generator/ug_readme.tmpl7
-rw-r--r--generator/wg_readme.tmpl7
2 files changed, 14 insertions, 0 deletions
diff --git a/generator/ug_readme.tmpl b/generator/ug_readme.tmpl
index e665f0e8..9ec0d4db 100644
--- a/generator/ug_readme.tmpl
+++ b/generator/ug_readme.tmpl
@@ -26,6 +26,13 @@ The [charter]({{.CharterLink}}) defines the scope and governance of the {{.Name}
* {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**){{if .Company}}, {{.Company}}{{end}}
{{- end }}
{{- end }}
+{{- if .Leadership.EmeritusLeads }}
+
+## Emeritus Organizers
+{{ range .Leadership.EmeritusLeads }}
+* {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**){{if .Company}}, {{.Company}}{{end}}
+{{- end }}
+{{- end }}
{{- end }}
## Contact
diff --git a/generator/wg_readme.tmpl b/generator/wg_readme.tmpl
index ed3bb99f..e1c22df3 100644
--- a/generator/wg_readme.tmpl
+++ b/generator/wg_readme.tmpl
@@ -32,6 +32,13 @@ The [charter]({{.CharterLink}}) defines the scope and governance of the {{.Name}
* {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**){{if .Company}}, {{.Company}}{{end}}
{{- end }}
{{- end }}
+{{- if .Leadership.EmeritusLeads }}
+
+## Emeritus Organizers
+{{ range .Leadership.EmeritusLeads }}
+* {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**){{if .Company}}, {{.Company}}{{end}}
+{{- end }}
+{{- end }}
{{- end }}
## Contact