summaryrefslogtreecommitdiff
path: root/generator/committee_readme.tmpl
diff options
context:
space:
mode:
authorNikhita Raghunath <nikitaraghunath@gmail.com>2021-01-19 16:55:30 +0530
committerNikhita Raghunath <nikitaraghunath@gmail.com>2021-01-20 10:37:33 +0530
commit058e3c4b230670a104219edf8539a6d5a19bfa17 (patch)
tree031c9c8ca35d681c1066430d9c8231a5b7572bde /generator/committee_readme.tmpl
parent1af0c6550e3c8cdaea1467b64a8766aed5c8de83 (diff)
generator: support liaisons in sigs.yaml
Diffstat (limited to 'generator/committee_readme.tmpl')
-rw-r--r--generator/committee_readme.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/generator/committee_readme.tmpl b/generator/committee_readme.tmpl
index 68b5b893..23eb0137 100644
--- a/generator/committee_readme.tmpl
+++ b/generator/committee_readme.tmpl
@@ -49,6 +49,9 @@ The [charter]({{.CharterLink}}) defines the scope and governance of the {{.Name}
- [@kubernetes/{{.Name}}](https://github.com/orgs/kubernetes/teams/{{.Name}}) {{- if .Description }} - {{.Description}} {{- end}}
{{- end }}
{{- end }}
+{{- if .Contact.Liaison.Name }}
+- Steering Committee Liaison: {{.Contact.Liaison.Name}} (**[@{{.Contact.Liaison.GitHub}}](https://github.com/{{.Contact.Liaison.GitHub}})**)
+{{- end }}
{{- if .Subprojects }}