From 63dcb38987744129f45f3b636f2a545c0e1acd3e Mon Sep 17 00:00:00 2001 From: Aaron Crickenberger Date: Wed, 20 Mar 2019 09:42:24 -0700 Subject: Add contact (slack, mailing_list, teams) to subprojects Demonstrate by adding slack channels for sig-testing subprojects that already have their own slack channels Add a GitHub team related to conformance to sig-arch's conformance definition subproject GitHub teams as implemented now are very kubernetes-org centric, I'm not trying to change that here, would suggest a followup change to allow for the use of github teams in other orgs (like kubernetes-sigs) --- generator/app.go | 1 + 1 file changed, 1 insertion(+) (limited to 'generator/app.go') diff --git a/generator/app.go b/generator/app.go index be33247f..3756d148 100644 --- a/generator/app.go +++ b/generator/app.go @@ -89,6 +89,7 @@ type GithubTeams struct { type Subproject struct { Name string Description string + Contact Contact Owners []string Meetings []Meeting } -- cgit v1.2.3