Move repos from sig-arch to steering committee

This commit is contained in:
Nikhita Raghunath 2019-03-19 18:03:32 +05:30
parent aa4e7887f0
commit 078786397d
3 changed files with 30 additions and 12 deletions

View File

@ -36,6 +36,22 @@ The [charter](https://git.k8s.io/steering/charter.md) defines the scope and gove
* Private Mailing List: steering-private@kubernetes.io
* [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/ug%2Fsteering)
## Subprojects
The following subprojects are owned by the Steering Committee:
- **steering**
- Description: Steering Committee policy and documentation
- Owners:
- https://raw.githubusercontent.com/kubernetes/steering/master/OWNERS
- **kubernetes-template-project**
- Description: Template for starting new projects in the GitHub organizations owned by Kubernetes.
- Owners:
- https://raw.githubusercontent.com/kubernetes/kubernetes-template-project/master/OWNERS
- **spartakus**
- Description: Collection of usage information about Kubernetes clusters.
- Owners:
- https://raw.githubusercontent.com/kubernetes-incubator/spartakus/master/OWNERS
## GitHub Teams
The below teams can be mentioned on issues and PRs in order to get attention from the right people.

View File

@ -59,12 +59,6 @@ The following subprojects are owned by sig-architecture:
- **klog**
- Owners:
- https://raw.githubusercontent.com/kubernetes/klog/master/OWNERS
- **steering**
- Description: Placeholder until sigs.yaml supports committees as first-class groups. These repos are owned by the kubernetes steering committee, which is a wholly separate entity from SIG Architecture
- Owners:
- https://raw.githubusercontent.com/kubernetes/steering/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-incubator/spartakus/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes-template-project/master/OWNERS
## GitHub Teams

View File

@ -278,12 +278,6 @@ sigs:
- name: klog
owners:
- https://raw.githubusercontent.com/kubernetes/klog/master/OWNERS
- name: steering
description: Placeholder until sigs.yaml supports committees as first-class groups. These repos are owned by the kubernetes steering committee, which is a wholly separate entity from SIG Architecture
owners:
- https://raw.githubusercontent.com/kubernetes/steering/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-incubator/spartakus/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes-template-project/master/OWNERS
- name: Auth
dir: sig-auth
@ -2564,6 +2558,20 @@ committees:
teams:
- name: steering-committee
description: General Discussion
subprojects:
- name: steering
description: Steering Committee policy and documentation
owners:
- https://raw.githubusercontent.com/kubernetes/steering/master/OWNERS
- name: kubernetes-template-project
description: Template for starting new projects in the GitHub organizations owned by Kubernetes.
owners:
- https://raw.githubusercontent.com/kubernetes/kubernetes-template-project/master/OWNERS
- name: spartakus
description: Collection of usage information about Kubernetes clusters.
owners:
- https://raw.githubusercontent.com/kubernetes-incubator/spartakus/master/OWNERS
- name: Code of Conduct
dir: committee-code-of-conduct
mission_statement: >