Skip to content

Commit

Permalink
added project management group
Browse files Browse the repository at this point in the history
  • Loading branch information
grodrigues3 committed Nov 3, 2016
1 parent ae25a65 commit 859d2dd
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ The community meeting calendar is available as an [iCal to subscribe to] (https:
| [Network](sig-network/README.md) | [@thockin (Tim Hockin, Google)](https://github.com/thockin)<br> [@dcbw (Dan Williams, Red Hat)](https://github.com/dcbw)<br> [@caseydavenport (Casey Davenport, Tigera)](https://github.com/caseydavenport) | [Group](https://groups.google.com/forum/#!forum/kubernetes-sig-network) | [#sig-network](https://kubernetes.slack.com/messages/sig-network/) | Thursdays at 2:00 PM PST on [Zoom](https://zoom.us/j/5806599998) |
| [Node](sig-node/README.md) | [@dchen1107 (Dawn Chen, Google)](https://github.com/dchen1107)<br>[@euank (Euan Kemp, CoreOS)](https://github.com/orgs/kubernetes/people/euank)<br>[@derekwaynecarr (Derek Carr, Red Hat)](https://github.com/derekwaynecarr) | [Group](https://groups.google.com/forum/#!forum/kubernetes-sig-node) | [#sig-node](https://kubernetes.slack.com/messages/sig-node/) | [Tuesdays at 11:00 PT](https://plus.google.com/hangouts/_/google.com/sig-node-meetup?authuser=0) |
| [OpenStack](sig-openstack/README.md) | [@idvoretskyi (Ihor Dvoretskyi, Mirantis)] (https://github.com/idvoretskyi) <br> [@xsgordon (Steve Gordon, Red Hat)] (https://github.com/xsgordon)| [Group](https://groups.google.com/forum/#!forum/kubernetes-sig-openstack) | [#sig-openstack](https://kubernetes.slack.com/messages/sig-openstack/) | Every second Wednesday at 5 PM PDT / 2 PM EDT |
| [Project Managers](project-managers/README.md) | [] ()| [Group](https://groups.google.com/forum/#!forum/kubernetes-wg-contribex) | []() | TBD|
| [Rktnetes](sig-rktnetes/README.md) | [@euank (Euan Kemp, CoreOS)] (https://github.com/euank) <br> [@tmrts (Tamer Tas)] (https://github.com/tmrts) <br> [@yifan-gu (Yifan Gu, CoreOS)] (https://github.com/yifan-gu) | [Group](https://groups.google.com/forum/#!forum/kubernetes-sig-rktnetes) | [#rkt-runtime](https://kubernetes.slack.com/messages/rkt-runtime/) | [Tuesdays at 10:00 PT](https://zoom.us/j/830298957) |
| [Scalability](sig-scalability/README.md) | [@lavalamp (Daniel Smith, Google)](https://github.com/lavalamp)<br>[@countspongebob (Bob Wise, Samsung SDS)](https://github.com/countspongebob)<br>[@jbeda (Joe Beda)](https://github.com/jbeda) | [Group](https://groups.google.com/forum/#!forum/kubernetes-sig-scale) | [#sig-scale](https://kubernetes.slack.com/messages/sig-scale/) | [Thursdays at 09:00 PT](https://zoom.us/j/989573207) |
| [Scheduling](sig-scheduling/README.md) | [@davidopp (David Oppenheimer, Google)](https://github.com/davidopp)<br>[@timothysc (Timothy St. Clair, Red Hat)](https://github.com/timothysc) | [Group](https://groups.google.com/forum/#!forum/kubernetes-sig-scheduling) | [#sig-scheduling](https://kubernetes.slack.com/messages/sig-scheduling/) | Alternate between Mondays at 1 PM PT and Wednesdays at 12:30 AM PT on [Zoom](https://zoom.us/zoomconference?m=rN2RrBUYxXgXY4EMiWWgQP6Vslgcsn86) |
Expand Down
46 changes: 46 additions & 0 deletions project-managers/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
## Kubernetes Project Managers

kubernetes-project-managers is a github team that will help to manage and maintain the project in ways other than just writing code. Specifically, members of the kubernetes-project-managers team are
expected to:

* Add/change routing labels to issues (team/, area/, component/)
* Apply release-note labels to PRs (until that is automated or eliminated)
* Set the milestone on a PR or issue
* Assign issues to the correct people for immediate triage/work
* Assign PRs to be reviewed by the correct people
* Close duplicate, stale, misplaced issues
* Close support issues, with a redirect to stackoverflow

They should **NOT**:

* Manually apply merge labels to PRs (lgtm, approved) or press merge button
* Apply priority labels to PRs
* Apply cherrypick labels to PRs
* Edit text of other people's PRs and issues, including deleting comments
* Modify anyone else’s release note
* Create, edit, delete labels
* Create, edit, close, delete milestones
* Create, edit, delete releases
* Create, edit, delete PR statuses
* Edit wiki

Abuse and misuse will result in prompt removal from the Project Managers group and loss of privileges.

## Joining the group

The following is the provisional process for adding people to the group:

1. Join kubernetes-wg-contribex at googlegroups.com. Send a message to that group that states:
1. Your github id.
1. What you are working on with respect to the project.
1. Any official management or leadership responsibilities you may have (e.g., manager of a team that includes the following contributors: ….).
1. What you plan to do with the powers, including specific labels, SIGs, system components, github teams, etc.
1. How long you think you need the powers.
1. Any questions you have about appropriate application of the powers (e.g., policy for assigning priorities to issues, policy for assigning and unassigning issues, which parts of the system are covered by which teams).


The Contributor Experience working-group leads or Brian Grant (@bgrant0607) will approve or deny your request.

Some prerequisites may need to be completed prior to being added to the github team, such as clarifying relevant policies in our contributor documentation.

Thanks for helping to manage the project!

0 comments on commit 859d2dd

Please sign in to comment.