From d20c2ebd1fdd8a57a68b764efffc2dd7e517698b Mon Sep 17 00:00:00 2001 From: Phillip Wittrock Date: Wed, 28 Mar 2018 08:28:46 -0700 Subject: [PATCH] Update kubernetes-sigs subproject guidance - Drop sig-foo prefix from the repo naming style naming style - Add item for setting the topic for the sponsoring sig --- kubernetes-repositories.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kubernetes-repositories.md b/kubernetes-repositories.md index 7f72e0b79..77e717b6b 100644 --- a/kubernetes-repositories.md +++ b/kubernetes-repositories.md @@ -32,7 +32,8 @@ To provide a place for SIGs to collaborate on projects endorsed by and actively #### Rules - * For now all repos will live in github.com/kubernetes-sigs/\\_\, this may change in the future as we see how things work. + * For now all repos will live in github.com/kubernetes-sigs/\. + * Must contain the topic for the sponsoring SIG - e.g. `k8s-sig-api-machinery`. (Added through the *Manage topics* link on the repo page.) * Must adopt the Kubernetes Code of Conduct * All code projects use the Apache License version 2.0. Documentation repositories must use the Creative Commons License version 4.0. * Must adopt the CNCF CLA bot, merge bot and Kubernetes PR commands/bots.