Skip to content
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

Roles: Move general maintainers in same section as sub-package maintainers #614

Merged
merged 1 commit into from
Oct 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 35 additions & 32 deletions roles.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,31 +336,19 @@
}
},
{
"role": "Core astropy package maintainer (general)",
"url": "Core_package_general_maintainer",
"people": [
"Derek Homeier",
"Pey Lian Lim",
"Cl\u00e9ment Robert",
"Ole Streicher"
],
"role-head": "Core astropy package maintainer (general)",
"responsibilities": {
"description": "Maintain the astropy core package in aspects that are not specific to a single sub-package",
"details": [
"Evaluating new pull requests for quality, API consistency, Astropy coding standards, and appropriateness within the overall astropy ecosystem, in particular for pull requests spanning multiple sub-packages",
"Merging Pull Requests that are non-controversial or after reaching out to relevant subpackage maintainers",
"Maintain, review, and advocate for useful interaction between multiple sub-packages",
"Perform initial triaging of issues and pull requests",
"Keeping track of frequent contributors and their relevant areas of expertise"
]
}
},
{
"role": "Core astropy package maintainer (sub-package)",
"role": "Core astropy package maintainer",
"url": "Subpackage_maintainer",
"role-head": "Sub-package maintainer (at least one per core package sub-package)",
"sub-roles": [
{
"role": "General",
"people": [
"Derek Homeier",
"Pey Lian Lim",
"Cl\u00e9ment Robert",
"Ole Streicher"
]
},
{
"role": "astropy.constants",
"people": [
Expand Down Expand Up @@ -504,16 +492,31 @@
]
}
],
"responsibilities": {
"description": "Maintain a sub-package of the astropy core package, including:",
"details": [
"Evaluating new pull requests for quality, API consistency, Astropy coding standards, and appropriateness within the overall astropy ecosystem",
"Merging Pull Requests in the sub-package",
"Keeping track of the \u201cbig picture\u201d progress of the sub-package - includes new feature development and significant bugs",
"Perform initial triaging of issues and pull requests",
"Keeping track of frequent contributors to the sub-package and their relevant areas of expertise"
]
}
"responsibilities": [
{
"subrole-head": "General maintainer",
"description": "Maintain the astropy core package in aspects that are not specific to a single sub-package, including:",
"details": [
"Evaluating new pull requests for quality, API consistency, Astropy coding standards, and appropriateness within the overall astropy ecosystem, in particular for pull requests spanning multiple sub-packages",
"Merging Pull Requests that are non-controversial or after reaching out to relevant subpackage maintainers",
"Maintain, review, and advocate for useful interaction between multiple sub-packages",
"Perform initial triaging of issues and pull requests",
"Keeping track of frequent contributors and their relevant areas of expertise"
]
},
{

"subrole-head": "Sub-package maintainer",
"description": "Maintain a sub-package of the astropy core package, including:",
"details": [
"Evaluating new pull requests for quality, API consistency, Astropy coding standards, and appropriateness within the overall astropy ecosystem",
"Merging Pull Requests in the sub-package",
"Keeping track of the \u201cbig picture\u201d progress of the sub-package - includes new feature development and significant bugs",
"Perform initial triaging of issues and pull requests",
"Keeping track of frequent contributors to the sub-package and their relevant areas of expertise"
]
}
]
},
{
"role": "Coordinated package maintainer",
Expand Down