-
Notifications
You must be signed in to change notification settings - Fork 220
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
Updating changes to Approver and Reviewer #591
base: master
Are you sure you want to change the base?
Conversation
@kimwnasptd I think we need to review the requirements for approver and approver, especially the number of PRs that each title must work on. Please see my suggestions in this PR.
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jbottum The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
wgs/community-membership.md
Outdated
- Primary reviewer for at least 5 PRs to the codebase | ||
- Reviewed or merged at least 20 substantial PRs to the codebase | ||
- Primary reviewer for at least 3 PRs to the codebase | ||
- Reviewed or merged at least 5 substantial PRs to the codebase |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would clarify what substantial means:
Perhaps add something like "with the definition of substantial subject to the lead's discretion (e.g. refactors, enhancements rather than grammar correction or one-line pulls)" similar to what we are doing at Argo project.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1. As in the Argo doc, we can also combine these 2 points to one Reviewer for or author of at least 5 substantial PRs to the codebase,
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 to Johnu's wording.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, I changed to "Reviewer for or author of at least 5 substantial PRs to the codebase" in 2nd commit
wgs/community-membership.md
Outdated
@@ -96,8 +96,8 @@ The following apply to the part of codebase for which one would be a reviewer in | |||
an [OWNERS] file (for repos using the bot). | |||
|
|||
- member for at least 3 months | |||
- Primary reviewer for at least 5 PRs to the codebase | |||
- Reviewed or merged at least 20 substantial PRs to the codebase | |||
- Primary reviewer for at least 3 PRs to the codebase |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3 substantial PRs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, I changed in "Reviewer for or author of at least 5 substantial PRs to the codebase" in 2nd commit
wgs/community-membership.md
Outdated
- Primary reviewer for at least 5 substantial PRs to the codebase | ||
- Reviewed or merged at least 10 PRs to the codebase |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This only mentioned reviewing PRs. I think we want to promote people who actually authored substantial PRs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1. Similar comment as before. Combining to one, Reviewer for or author of at least 10 substantial PRs to the codebase
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 to Johnu's wording.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, I updated to "Reviewer for or author of at least 5 substantial PRs to the codebase" in 2nd commit
Thanks for starting this effort @jbottum! I'll take a more detailed look within the week and add some more concrete comments. The first thing I believe we should improve is the fact that we have a lot of information exposed in different places of
We should try and have "tracking doc" that ties all these together. This will make it easier for new contributors to understand the governance structure and expectations. That could even be a page in the kubeflow.org site, to have even more exposure. Then regarding the file in this PR (wgs/community-membership.md) what I believe is missing is:
|
I see that folks also mention using terminology and processes from other projects. While I really like the idea of pick and choosing concepts, like identifying inactive contributors, I believe that for now we just need to make sure our current roles/governance-model is exposed in a central visible place and explained in "simple terms". While I do really like how Argo has a more simplified model (they have just the term of a subproject lead, which represents OWNERS in repos) I think it would introduce too much friction right now to change our roles. To close this, I'll just end with exposing my current understanding about approvers/reviewers and all the way to WG Chairs:
Reminder that right now a
|
To @jbottum : I would like to learn more about the reason behind this PR change: is there an individual or a group of individuals who we are trying to promote as reviewer/approver, but they are blocked due to current PR count requirements? Can WG lead make a collective decision to sponsor such individual? A sidenote: I think @kimwnasptd 's comment in this PR is helpful in terms of |
@zijianjoy this proposed PR change was intended to 1) make sure the WG leads have reviewed the requirements for approver and reviewer 2) find the smallest change possible that is still operational in practice. I am supportive of the ideas in this thread and would like to get to a concrete consensus on something we can understand, explain and follow. |
Agree with Kimonas that the focus right now should be on better
defining/documenting roles, rather than making any changes to our roles.
Governance changes should be managed by KSC once established.
…On Thu, Dec 15, 2022 at 8:25 PM Josh Bottum ***@***.***> wrote:
@zijianjoy <https://github.com/zijianjoy> this proposed PR change was
intended to 1) make sure the WG leads have reviewed the requirements for
approver and reviewer 2) find the smallest change possible that is still
operational in practice. I am supportive of the ideas in this thread and
would like to get to a concrete consensus on something we can understand,
explain and follow.
—
Reply to this email directly, view it on GitHub
<#591 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABREJVLD4XUOGQIMQV56R6DWNPVKHANCNFSM6AAAAAAS3JTPGA>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
@kimwnasptd @johnugeorge @andreyvelich In your opinion, are we using the sub project position? Should we delete it to make things more simple ? |
Updated Reviewer and Approver minimum requirements to "Reviewer for or author of at least 5 substantial PRs to the codebase" per previous comments from Terry and Johnu.
since we want to have more hands to help with the community stuff, how can we move forward here? |
@kimwnasptd I think we need to review the requirements for approver and approver, especially the number of PRs that each title must work on. Please see my suggestions in this PR.