-
Notifications
You must be signed in to change notification settings - Fork 4
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
Maintainers for packages #14
Comments
cc @fatiando/contributors |
I am happy to help out with pooch. |
@andersy005 thanks for volunteering! I really appreciate the help. Do you have any experience with a process for assigning (and retiring) maintainers from your other projects? I'm wondering if we should have a process for this or if we can make it up as we go along. |
Not really :)
It looks like there is an existing list of teams under the fatiando org. Can we start with those and maybe re-purpose or define what kind of tasks to be carried out by different teams, and see how things go? |
Good to know we're all in the same boat :)
Yeah, those were my original attempt at delegating write access to the repositories. So the Github part of making someone a maintainer is just adding them to the team. I'd like to have an indicator in the repository as well of who is a maintainer so that users can recognize the person coming in to respond/review. |
Hi @andersy005 and others, a follow-up after our first community call: We decided to do this in a more relaxed way. Meaning that we'll start delegating PR review and other responsibilities as people manifest interest and available time. This can transition to managing releases etc. Though the release is actually not much work. We mostly need help replying to issues, reviewing PRs, coding, and documentation (more than code actually). |
Thank you for the update, @leouieda! Sorry I couldn't make it to the last community call. I got access to the meeting notes (https://hackmd.io/@fatiando/community-calls-2020) though -- thank you for putting these together. We decided to do this in a more relaxed way. Meaning that we'll start delegating PR review and other responsibilities as people manifest interest and available time. 👍
Are folks interested in automating some parts of the release procedure (at least for PyPI)? I've been using Github actions for this, and I am happy to submit PRs if need be. |
We already have the release parts automated (using Travis at the moment). Uploading to PyPI and pushing new docs is all automatic. The only parts that aren't automate are:
Both aren't that much trouble and we have guidance in MAINTENANCE.md. That said, it would be nice to start moving those steps away from Travis and onto Github Actions. See https://github.com/fatiando/continuous-integration and #18 |
Right now, the maintenance roles across our packages are a bit fuzzy. I do a lot of the releasing and admin and @santisoler has been stepping up quite a bit in Harmonica and RockHound. It would be nice to have explicitly defined maintainers for each project (in a document here maybe and also in each project's README).
Maintainers would be responsible for:
Of course, this is just off the top of my head and open to debate and change.
To their jobs, maintainers would be granted administrator rights to:
Ideally, we should have at least 2 maintainers for each package to increase our bus factor.
To be a maintainer of a projects, it seems reasonable to require being active in the project and somewhat knowledgeable of the code base.
Maintainer roles can be changed at any time to accommodate personal/professional life and should not be seen as a permanent commitment.
What I would like to know from the community:
Currently, me and @santisoler are maintainers for all packages. It would be great to add more people to share the burden.
The text was updated successfully, but these errors were encountered: