82 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			Cheetah
		
	
	
	
			
		
		
	
	
			82 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			Cheetah
		
	
	
	
{{- template "header" }}
 | 
						|
# {{.Name}} Working Group
 | 
						|
 | 
						|
{{ .MissionStatement }}
 | 
						|
{{- if .CharterLink }}
 | 
						|
The [charter]({{.CharterLink}}) defines the scope and governance of the {{.Name}} Working Group.
 | 
						|
{{ end }}
 | 
						|
{{ if .Meetings -}}
 | 
						|
## Meetings
 | 
						|
{{- range .Meetings }}
 | 
						|
* {{.Description}}: [{{.Day}}s at {{.Time}} {{.TZ}}]({{.URL}}) ({{.Frequency}}). [Convert to your timezone](http://www.thetimezoneconverter.com/?t={{.Time}}&tz={{.TZ | tzUrlEncode}}).
 | 
						|
{{- if .ArchiveURL }}
 | 
						|
  * [Meeting notes and Agenda]({{.ArchiveURL}}).
 | 
						|
{{- end }}
 | 
						|
{{- if .RecordingsURL }}
 | 
						|
  * [Meeting recordings]({{.RecordingsURL}}).
 | 
						|
{{- end }}
 | 
						|
{{- end }}
 | 
						|
 | 
						|
{{- end }}
 | 
						|
{{- if .Leadership }}
 | 
						|
{{- if .Leadership.Chairs }}
 | 
						|
 | 
						|
## Organizers
 | 
						|
{{ range .Leadership.Chairs }}
 | 
						|
* {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**){{if .Company}}, {{.Company}}{{end}}
 | 
						|
{{- end }}
 | 
						|
{{- end }}
 | 
						|
{{- end }}
 | 
						|
 | 
						|
## Contact
 | 
						|
* [Slack](https://kubernetes.slack.com/messages/{{.Contact.Slack}})
 | 
						|
* [Mailing list]({{.Contact.MailingList}})
 | 
						|
{{- if .Label }}
 | 
						|
* [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/wg%2F{{.Label}})
 | 
						|
{{- end }}
 | 
						|
{{- if .Subprojects }}
 | 
						|
 | 
						|
## Subprojects
 | 
						|
 | 
						|
The following subprojects are owned by wg-{{.Label}}:
 | 
						|
 | 
						|
{{- range .Subprojects }}
 | 
						|
- **{{.Name}}**
 | 
						|
{{- if .Description }}
 | 
						|
  - Description: {{ .Description }}
 | 
						|
{{- end }}
 | 
						|
  - Owners:
 | 
						|
{{- range .Owners }}
 | 
						|
    - {{.}}
 | 
						|
{{- end }}
 | 
						|
{{- if .Meetings }}
 | 
						|
  - Meetings:
 | 
						|
{{- range .Meetings }}
 | 
						|
    - {{.Description}}: [{{.Day}}s at {{.Time}} {{.TZ}}]({{.URL}}) ({{.Frequency}}). [Convert to your timezone](http://www.thetimezoneconverter.com/?t={{.Time}}&tz={{.TZ | tzUrlEncode}}).
 | 
						|
{{- if .ArchiveURL }}
 | 
						|
      - [Meeting notes and Agenda]({{.ArchiveURL}}).
 | 
						|
{{- end }}
 | 
						|
{{- if .RecordingsURL }}
 | 
						|
      - [Meeting recordings]({{.RecordingsURL}}).
 | 
						|
{{- end }}
 | 
						|
{{- end }}
 | 
						|
{{- end }}
 | 
						|
{{- end }}
 | 
						|
{{- end }}
 | 
						|
{{ if .Contact.GithubTeams }}
 | 
						|
## GitHub Teams
 | 
						|
 | 
						|
The below teams can be mentioned on issues and PRs in order to get attention from the right people.
 | 
						|
Note that the links to display team membership will only work if you are a member of the org.
 | 
						|
 | 
						|
The google groups contain the archive of Github team notifications.
 | 
						|
Mentioning a team on Github will CC its group.
 | 
						|
Monitor these for Github activity if you are not a member of the team.
 | 
						|
 | 
						|
| Team Name | Details | Google Groups | Description |
 | 
						|
| --------- |:-------:|:-------------:|  ----------- |
 | 
						|
{{- range .Contact.GithubTeams }}
 | 
						|
| @kubernetes/{{.Name}} | [link](https://github.com/orgs/kubernetes/teams/{{.Name}}) | [link](https://groups.google.com/forum/#!forum/kubernetes-{{.Name}}) | {{.Description}} |
 | 
						|
{{- end }}
 | 
						|
{{  end }}
 |