diff options
| -rw-r--r-- | generator/sig_readme.tmpl | 3 | ||||
| -rw-r--r-- | generator/wg_readme.tmpl | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/generator/sig_readme.tmpl b/generator/sig_readme.tmpl index 7e8961dc..81284162 100644 --- a/generator/sig_readme.tmpl +++ b/generator/sig_readme.tmpl @@ -22,6 +22,9 @@ Meeting recordings can be found [here]({{.MeetingRecordingsURL}}). ## Contact * [Slack](https://kubernetes.slack.com/messages/{{.Contact.Slack}}) * [Mailing list]({{.Contact.MailingList}}) +{{- if .Label }} +* [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/sig%2F{{.Label}}) +{{- end }} {{if .Contact.FullGitHubTeams}} ## GitHub Teams {{range .Contact.GithubTeamNames -}} diff --git a/generator/wg_readme.tmpl b/generator/wg_readme.tmpl index 7a5665e0..8b990848 100644 --- a/generator/wg_readme.tmpl +++ b/generator/wg_readme.tmpl @@ -22,6 +22,9 @@ Meeting recordings can be found [here]({{.MeetingRecordingsURL}}). ## Contact * [Slack](https://kubernetes.slack.com/messages/{{.Contact.Slack}}) * [Mailing list]({{.Contact.MailingList}}) +{{- if .Label }} +* [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/wg%2F{{.Label}}) +{{- end }} {{if .Contact.FullGitHubTeams}} ## GitHub Teams {{range .Contact.GithubTeamNames -}} |
