community/build/sig_index.mustache

28 lines
748 B
Plaintext

<!---
This is an autogenerated file!
Please do not edit this file directly, but instead make changes to the
sigs.yaml file in the project root.
To understand how this file is generated, see build/README.md.
-->
# {{Name}} SIG
{{MissionStatement}}
## Meetings
{{#Meetings}}
* [{{Day}}s at {{UTC}} UTC]({{MeetingURL}}) ({{Frequency}})
{{/Meetings}}
Meeting notes and Agenda can be found [here]({{MeetingArchiveURL}}).
## Leads
{{#Leads}}
* [{{Name}}](https://github.com/{{GitHub}}){{#Company}}, {{Company}}{{/Company}}
{{/Leads}}
## Contact
{{#Contact}}
Slack: https://kubernetes.slack.com/messages/{{Slack}}
Mailing list: {{MailingList}}
{{#GitHubTeam}}GitHub Team: https://github.com/kubernetes/teams/{{GitHubTeam}}{{/GitHubTeam}}
{{/Contact}}