Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add subprojects for committees #3466

Merged
merged 3 commits into from
Mar 20, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Move repos from sig-arch to steering committee
nikhita committed Mar 19, 2019
commit 078786397d347c65d24988d03ef450064b3f1ae0
16 changes: 16 additions & 0 deletions committee-steering/README.md
Original file line number Diff line number Diff line change
@@ -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
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this originally classified under steering? 🤔

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no idea, I feel like it should be punted, but that can be a decision in a separate PR (and I would look to @thockin to make it)


## GitHub Teams

The below teams can be mentioned on issues and PRs in order to get attention from the right people.
6 changes: 0 additions & 6 deletions sig-architecture/README.md
Original file line number Diff line number Diff line change
@@ -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 changes: 14 additions & 6 deletions sigs.yaml
Original file line number Diff line number Diff line change
@@ -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: >