Skip to content

Commit

Permalink
Merge pull request kubernetes#36519 from apelisse/owners-pkg-conversion
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

Curating Owners: pkg/conversion

cc @lavalamp @smarterclayton @wojtek-t @derekwaynecarr

In an effort to expand the existing pool of reviewers and establish a
two-tiered review process (first someone lgtms and then someone
experienced in the project approves), we are adding new reviewers to
existing owners files.


If You Care About the Process:
------------------------------

We did this by algorithmically figuring out who’s contributed code to
the project and in what directories.  Unfortunately, that doesn’t work
well: people that have made mechanical code changes (e.g change the
copyright header across all directories) end up as reviewers in lots of
places.

Instead of using pure commit data, we generated an excessively large
list of reviewers and pruned based on all time commit data, recent
commit data and review data (number of PRs commented on).

At this point we have a decent list of reviewers, but it needs one last
pass for fine tuning.

Also, see kubernetes-retired/contrib#1389.

TLDR:
-----

As an owner of a sig/directory and a leader of the project, here’s what
we need from you:

1. Use PR kubernetes#35715 as an example.

2. The pull-request is made editable, please edit the `OWNERS` file to
remove the names of people that shouldn't be reviewing code in the
future in the **reviewers** section. You probably do NOT need to modify
the **approvers** section. Names asre sorted by relevance, using some
secret statistics.

3. Notify me if you want some OWNERS file to be removed.  Being an
approver or reviewer of a parent directory makes you a reviewer/approver
of the subdirectories too, so not all OWNERS files may be necessary.

4. Please use ALIAS if you want to use the same list of people over and
over again (don't hesitate to ask me for help, or use the pull-request
above as an example)
  • Loading branch information
Kubernetes Submit Queue authored Jan 14, 2017
2 parents 20d239a + 2ce8244 commit 27e3398
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 5 deletions.
31 changes: 26 additions & 5 deletions pkg/conversion/OWNERS
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
assignees:
- derekwaynecarr
- lavalamp
- smarterclayton
- wojtek-t
approvers:
- derekwaynecarr
- lavalamp
- smarterclayton
- wojtek-t
reviewers:
- thockin
- lavalamp
- smarterclayton
- wojtek-t
- deads2k
- yujuhong
- caesarxuchao
- mikedanese
- liggitt
- pmorie
- sttts
- kargakis
- ncdc
- jbeda
- dims
- krousey
- resouer
- feihujiang
- ghodss
- rhcarvalho
8 changes: 8 additions & 0 deletions pkg/conversion/queryparams/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
reviewers:
- smarterclayton
- wojtek-t
- caesarxuchao
- mikedanese
- liggitt
- kargakis
- dims

0 comments on commit 27e3398

Please sign in to comment.