From 859d2dda1596eb3a801d9d8cf90ab0ece538f1ee Mon Sep 17 00:00:00 2001 From: Garrett Rodrigues Date: Thu, 3 Nov 2016 16:38:34 -0700 Subject: [PATCH] added project management group --- README.md | 1 + project-managers/README.md | 46 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 project-managers/README.md diff --git a/README.md b/README.md index 2262f193655..9763485ee37 100644 --- a/README.md +++ b/README.md @@ -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)
[@dcbw (Dan Williams, Red Hat)](https://github.com/dcbw)
[@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)
[@euank (Euan Kemp, CoreOS)](https://github.com/orgs/kubernetes/people/euank)
[@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)
[@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)
[@tmrts (Tamer Tas)] (https://github.com/tmrts)
[@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)
[@countspongebob (Bob Wise, Samsung SDS)](https://github.com/countspongebob)
[@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)
[@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) | diff --git a/project-managers/README.md b/project-managers/README.md new file mode 100644 index 00000000000..1ad161af46c --- /dev/null +++ b/project-managers/README.md @@ -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!