diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-03-28 08:47:04 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-28 08:47:04 -0700 |
| commit | ebee2274bab01a7dca032d35e501a0e4ccfba99a (patch) | |
| tree | e91f03b54536bac4d750756fe130cfe193317b31 | |
| parent | a0fdd9ccfa6d5a6b17d8d2d3eec1d2e1ee12f3c4 (diff) | |
| parent | d20c2ebd1fdd8a57a68b764efffc2dd7e517698b (diff) | |
Merge pull request #1977 from pwittrock/steering
Update naming style for subprojects in the kubernetes-sigs org
| -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. |
