Skip to content

Commit

Permalink
add labels in sig list
Browse files Browse the repository at this point in the history
Signed-off-by: yuexiao-wang <[email protected]>
  • Loading branch information
yuexiao-wang committed Oct 13, 2017
1 parent 4f45606 commit 9eb44a1
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 33 deletions.
1 change: 1 addition & 0 deletions generator/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ type Group struct {
Name string
Dir string
MissionStatement string `yaml:"mission_statement"`
Label string
Leads []Lead
Meetings []Meeting
MeetingURL string `yaml:"meeting_url"`
Expand Down
6 changes: 3 additions & 3 deletions generator/list.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ When the need arises, a [new SIG can be created](sig-creation-procedure.md)

### Master SIG List

| Name | Leads | Contact | Meetings |
|------|-------|---------|----------|
| Name | Label | Leads | Contact | Meetings |
|------|--------|-------|---------|----------|
{{- range .Sigs}}
|[{{.Name}}]({{.Dir}}/README.md)|{{range .Leads}}* [{{.Name}}](https://github.com/{{.GitHub}}){{if .Company}}, {{.Company}}{{end}}<br>{{end}}|* [Slack](https://kubernetes.slack.com/messages/{{.Contact.Slack}})<br>* [Mailing List]({{.Contact.MailingList}})|{{ $save := . }}{{range .Meetings}}* [{{.Day}}s at {{.UTC}} UTC ({{.Frequency}})]({{$save.MeetingURL}})<br>{{end}}
|[{{.Name}}]({{.Dir}}/README.md)|{{.Label}}|{{range .Leads}}* [{{.Name}}](https://github.com/{{.GitHub}}){{if .Company}}, {{.Company}}{{end}}<br>{{end}}|* [Slack](https://kubernetes.slack.com/messages/{{.Contact.Slack}})<br>* [Mailing List]({{.Contact.MailingList}})|{{ $save := . }}{{range .Meetings}}* [{{.Day}}s at {{.UTC}} UTC ({{.Frequency}})]({{$save.MeetingURL}})<br>{{end}}
{{- end }}

### Master Working Group List
Expand Down
Loading

0 comments on commit 9eb44a1

Please sign in to comment.