-
Notifications
You must be signed in to change notification settings - Fork 895
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
Add Jeffwan to OWNERS files #1443
Conversation
@Jeffwan has made great improvements on kubeflow/manifests! |
Per: https://www.kubeflow.org/docs/about/contributing/#maintaining-owners-files Do we need to keep growing the number of approvers in the root owners file as opposed to growing people in sub owners files? |
OWNERS are kind of outdated. We didn't do clean up and I think that's the reason we think it keep growing. I touch different components and probably I can add OWNER files in different sub folders. In this way, I can help review PR but may not be able to help approve PR in other sub folders. |
@Jeffwan You are right root OWNERs file is outdated. If you want to remove inactive approvers and add yourself so that the overall # of root approvers isn't growing that makes sense to me. We should also have OWNERs files in all of the top level directories and should focus on growing those. Can you create owners files for any top level directories for which you are one of the primary owners and is currently missing an owners file? |
Agree. Let me make two changes and you can help review.
|
d1160ea
to
22e3637
Compare
22e3637
to
0a61fac
Compare
I create a separate PR to remove approvers without PR/issues in last 6 months. I update this PR to add myself to some of the folders I am actively working on |
@@ -1,4 +1,5 @@ | |||
approvers: | |||
- andreyvelich | |||
- gaocegege |
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.
@andreyvelich @gaocegege @johnugeorge Can one of you LGTM this since you are already in the OWNERs file?
tensorboard/OWNERS
Outdated
@@ -0,0 +1,2 @@ | |||
approvers: | |||
- Jeffwan |
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.
We should just delete this directory per:
#415
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.
Some Kfdefs has dependency on this. Let me file a clean up PR. Let's merge the work to kubeflow/kubeflow#3578
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,4 +1,5 @@ | |||
approvers: | |||
- andreyvelich |
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.
@andreyvelich @gaocegege @johnugeorge please LGTM
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.
/LGTM
Thanks for your contribution! 🎉 👍
@@ -1,4 +1,5 @@ | |||
approvers: | |||
- Jeffwan |
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.
@kimwnasptd please LGTM
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.
Will do.
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.
Thank you for your contributions @Jeffwan!
/lgtm
/lgtm |
/lgtm Thanks @Jeffwan |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jlewi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* Add Jeffwan to OWNERS files * Address code review feedbacks
Which issue is resolved by this Pull Request:
Description of your changes:
Here's the contributions I made. https://github.com/kubeflow/manifests/pulls?page=2&q=is%3Apr+author%3AJeffwan+is%3Aclosed Besides AWS changes, I make lots of contributions on common components like training operators, etc. I would like to become an approver to better help community members.
Checklist:
cd manifests/tests
make generate-changed-only
make test