-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Create conditions for onboarding new reviewer & maintainers on sub-areas of the projects #5456
Comments
I'm going to give visibility to this topic by proposing this as discussion topic in Oct 20th office hour meeting |
To clarify:
Is this targeted towards reviewers or maintainers or both? |
This is target to anyone is interested in moving up the contributor ladder in CAPI |
Will the process for maintainership in the specific areas be the same as the overall Kubernetes community guidelines? |
To answer your question. Adding the docs/OWNERS and test/OWNERS (or aliases more or less) sounds good to me. I'm not entirely sure about
I would definitely be interested in becoming a maintainer, but that's probably not only a matter of being interested in it ;). From our current areas I think I'm probably most familiar with test/*. Everything else (except ClusterClass) is more like "reviewed a lot of PRs, implemented a few fixes almost everywhere, but nothing major". |
Now controller/ are under the responsibility of top level maintainers, and this makes it difficult to add new reviewers/maintainers specialised in this (huge) part of the code base. A possible solution is to define an OWNERS file for controller/ , or eventually we can even break it down more, e.g having subareas for machine health checks, machinedeployments/machineset etc. But given that this is for helping new people to step up, it will be great to have some feedback about if this makes sense and the right level of granularity we should aim to |
I was thinking about doing it like this: Adding the new OWNER_ALIASES: Then we would have separate aliases for all providers. Afaik it's currently not possible to specific reviewers/approvers for individual files in a folder via regexp (kubernetes/test-infra#7690). So if we want separate reviewers/approvers for the individual controllers we would have to move the controllers in separate packages or wait until the Prow feature has been implemented. |
/milestone v1.0 |
|
I thought I was a reviewer of the book for some reason - though that meant I could only lgtm not approve. I would volunteer for the following:
|
+1 for Additionally we are most likely moving the operator work into its own repo to favour sane and independent dev workflow/release cadence so this would be another area of interest for new contributors/reviewers/maintainers cc @alexander-demichev I'm concern this issue might not have enough visibility so I'll share the proposed areas structure via slack/google groups/anything else? so we wildly communicate that help and new contributors of any level are very welcome to the project and so everyone has the chance to contribute and focus in any particular area. Once everyone have had the chance to speak I'll put a PR with the new updates and we can do some lazy consensus or so. As a follow up for this issue I'd like us to possibly start discussing and brain storm to come up with a more structure program to reduce barriers for new joiners, e.g groomed targeted backlog, templates with regular tasks, mentorship assignments... /assign |
This feels like a very sensible move to me, if we don't do it, we should definitely have separate owners for it.
Would love to see something like this, let me know where I can help |
Thanks for the valuable feedbacks! 2 comments from me at this stage.
Also, it seems there is a consensus to have docs/OWNERS and test/OWNERS, so let's get this rolling + let's document sub areas in the contributing guide |
Let's start small folks and try to fill in the roles we already have, creating further segmentation of the codebase it's fine but I'd want to remain within logical boundaries and areas of responsibilities. I'd also point out that, usually, too many steps or boundaries has the opposite effect on contributions, my vote is to keep things smooth and easy to explain to newcomers. |
Also related I created #5503
Makes sense to me. For folks who already showed interest here how do we want to proceed and get some of the subareas started? Should we have farther discussion about the concrete roles people seek so then I can put a PR adding everyone in one go? Do we want each individual putting a single PR? cc @sbueringer, @randomvariable, @elmiko, @killianmuldoon, @JoelSpeed, @vincepri, @fabriziopandini, @CecileRobertMichon. |
@enxebre I think individual PRs would be best so they can be approved separately. |
We are definitely interested in operator development. If making it a separate project will help to speed up the development, I'll support this decision. |
@vincepri @enxebre @CecileRobertMichon @sbueringer any objection about closing this now? |
+1 for closing this issue
@enxebre A follow-up for this point would be nice. |
/close |
@fabriziopandini: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@sbueringer let me draft something and I'll create a follow up issue |
Growing the reviewers/maintainer base is something we’ve been trying to do for a while. That being said, as the codebase has been growing, we’re trying to think of the best way to onboard people to OWNERs files going forward and once thing that we’d like to see is more reviewersmaintainers of subareas of the project (credits to @CecileRobertMichon for this phrase 👏)
As of today there are following OWNERS files/Owner groups defining sub areas.
Is there a particular area people are more familiar with and would be interested in reviewing/maintaining to start?
IMO there are still too much under the top level approver owner files, and thus I propose the creation of two additional OWNER files/Owner groups:
I really would like to get to a state where the top level OWNERS are required only for changes impacting our public API/public libraries, while everything else could be managed by experts in sub areas...
Opinions?
/kind cleanup
/area code-organization
The text was updated successfully, but these errors were encountered: