diff --git a/generators/cmd/sigs/sig-list.gomd b/generators/cmd/sigs/sig-list.gomd index 601c41a3..22005e81 100644 --- a/generators/cmd/sigs/sig-list.gomd +++ b/generators/cmd/sigs/sig-list.gomd @@ -19,7 +19,7 @@ */ -}} {{- /* gotype: kubevirt.io/community/generators/cmd/sigs.SigListTemplateData */ -}} -{{ define "group" }}|[{{ .Name }}]({{ .Dir }}/charter.md) |[{{ .Label }}](https://github.com/kubevirt/kubevirt/labels/{{ .Label }})|{{ if .Leadership }}
    {{ range $index2, $chair := .Leadership.Chairs }}
  1. [{{ $chair.Name }}](https://github.com/{{ $chair.Github }}), {{ $chair.Company }}
  2. {{ end }}
{{ end }} |{{ if .Contact }}[Slack]({{ .Contact.Slack}})
[Mailing List]({{ .Contact.MailingList }}){{ end }} | |{{ end }} +{{ define "group" }}|[{{ .Name }}]({{ .Dir }}/charter.md) |{{ if .Label }}[{{ .Label }}](https://github.com/kubevirt/kubevirt/labels/{{ .Label }}){{ end }} | {{ if .Leadership }}
    {{ range $index2, $chair := .Leadership.Chairs }}
  1. [{{ $chair.Name }}](https://github.com/{{ $chair.Github }}), {{ $chair.Company }}
  2. {{ end }}
{{ end }} |{{ if .Contact }}[Slack]({{ .Contact.Slack}})
[Mailing List]({{ .Contact.MailingList }}){{ end }} | |{{ end }}