Move repos from sig-arch to steering committee
This commit is contained in:
parent
aa4e7887f0
commit
078786397d
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
20
sigs.yaml
20
sigs.yaml
|
@ -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: >
|
||||
|
|
Loading…
Reference in New Issue