diff options
| author | Phillip Wittrock <pwittroc@google.com> | 2018-03-28 08:28:46 -0700 |
|---|---|---|
| committer | Phillip Wittrock <pwittroc@google.com> | 2018-03-28 08:42:44 -0700 |
| commit | d20c2ebd1fdd8a57a68b764efffc2dd7e517698b (patch) | |
| tree | e91f03b54536bac4d750756fe130cfe193317b31 | |
| parent | a0fdd9ccfa6d5a6b17d8d2d3eec1d2e1ee12f3c4 (diff) | |
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
| -rw-r--r-- | kubernetes-repositories.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes-repositories.md b/kubernetes-repositories.md index 7f72e0b7..77e717b6 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/\<sig-name\>\_\<project-name\>, this may change in the future as we see how things work. + * For now all repos will live in github.com/kubernetes-sigs/\<project-name\>. + * 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. |
