-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sigs,generate: update sig-list generation for wgs #346
sigs,generate: update sig-list generation for wgs #346
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jean-edouard The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
efe7e38
to
493f030
Compare
@@ -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 }}<ol>{{ range $index2, $chair := .Leadership.Chairs }}<li>[{{ $chair.Name }}](https://github.com/{{ $chair.Github }}), {{ $chair.Company }}</li>{{ end }}</ol>{{ end }} |{{ if .Contact }}[Slack]({{ .Contact.Slack}})<br/> [Mailing List]({{ .Contact.MailingList }}){{ end }} |<ul>{{ range $index3, $meeting := .Meetings }}<li>{{ $meeting.Description }}: [ {{ $meeting.Day }} at {{ $meeting.Time }} {{ $meeting.TZ }} ({{ $meeting.Frequency }}) ]({{ $meeting.URL }})</li>{{ end }}</ul> |{{ end }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jean-edouard so this is the change in the template that I promised, hope it's ok for you to do this here - since we are changing the template anyhow I think that's fair.
Adds generation of section for working groups to sig-list.md . Signed-off-by: Daniel Hiller <[email protected]>
This commit also adds the changes wrt non existing labels, therefore there's empty rows in case no label is present. Signed-off-by: Daniel Hiller <[email protected]>
493f030
to
080dbaf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
What this PR does / why we need it:
Adds generation of section for working groups to
sig-list.md
. This is required now since we got our first working groups around architectures with #298.In a separate commit the changes for the latest WG additions are applied.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Note: this is a manual cherry-pick from the original changes in wg-code-quality PR #333
/cc @aburdenthehand @lyarwood