From 226ea20e90ffcda726a243f1bc562bfc865ae740 Mon Sep 17 00:00:00 2001 From: Daniel Hiller Date: Wed, 6 Nov 2024 18:12:58 +0100 Subject: [PATCH] update sig-list md template - missing values Signed-off-by: Daniel Hiller --- generators/cmd/sigs/sig-list.gomd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/cmd/sigs/sig-list.gomd b/generators/cmd/sigs/sig-list.gomd index 1434bdce..2bc949de 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" }}|{{ if .Dir }}[{{ end }}{{ .Name }}{{ if .Dir }}]({{ .Dir }}/charter.md){{ end }} |{{ 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 }}