Merge pull request #975 from cblecker/fix-whitespace
Automatic merge from submit-queue Fix whitespace issue with template This does the same thing as #941 but updates the template so that the change won't revert
This commit is contained in:
commit
7fa4888156
|
|
@ -19,7 +19,7 @@ Meeting recordings can be found [here]({{.MeetingRecordingsURL}}).
|
||||||
* [Slack](https://kubernetes.slack.com/messages/{{.Contact.Slack}})
|
* [Slack](https://kubernetes.slack.com/messages/{{.Contact.Slack}})
|
||||||
* [Mailing list]({{.Contact.MailingList}})
|
* [Mailing list]({{.Contact.MailingList}})
|
||||||
{{if .Contact.FullGitHubTeams}}
|
{{if .Contact.FullGitHubTeams}}
|
||||||
## GitHub Teams
|
## GitHub Teams
|
||||||
{{range .Contact.GithubTeamNames -}}
|
{{range .Contact.GithubTeamNames -}}
|
||||||
* [@{{.}}](https://github.com/kubernetes/teams/{{.}})
|
* [@{{.}}](https://github.com/kubernetes/teams/{{.}})
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ Meeting recordings can be found [here](https://www.youtube.com/watch?v=iCfUx7ilh
|
||||||
* [Slack](https://kubernetes.slack.com/messages/sig-openstack)
|
* [Slack](https://kubernetes.slack.com/messages/sig-openstack)
|
||||||
* [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-openstack)
|
* [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-openstack)
|
||||||
|
|
||||||
## GitHub Teams
|
## GitHub Teams
|
||||||
* [@sig-openstack-misc](https://github.com/kubernetes/teams/sig-openstack-misc)
|
* [@sig-openstack-misc](https://github.com/kubernetes/teams/sig-openstack-misc)
|
||||||
* [@sig-openstack-test-failures](https://github.com/kubernetes/teams/sig-openstack-test-failures)
|
* [@sig-openstack-test-failures](https://github.com/kubernetes/teams/sig-openstack-test-failures)
|
||||||
* [@sig-openstack-bugs](https://github.com/kubernetes/teams/sig-openstack-bugs)
|
* [@sig-openstack-bugs](https://github.com/kubernetes/teams/sig-openstack-bugs)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue