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 Finance Committee to after Ombudsperson #535

Merged
merged 1 commit into from
Nov 20, 2023
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
40 changes: 20 additions & 20 deletions roles.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,26 @@
]
}
},
{
"role": "Finance committee member",
"url": "finance_committee_member",
"people": [
"Kelle Cruz",
"Aarya Patil",
"John Swinbank",
"Erik Tollerud"
],
"role-head": "Finance committee member",
"responsibilities": {
"description": "Plan, oversee, and disburse the Astropy project finances, including:",
"details": [
"Determine and manage the process for paying people from Astropy's project-level funding.",
"Paying and overseeing people in supporting roles (e.g., documentation copy-editors, contract lawyers).",
"Oversee payment for services, licenses, and travel (e.g., Python in Astro, SciPy), and other miscellaneous expenses the project already pays for.",
"Maintain and continuously develop a transparent process for reporting all of the above to the Coordination Committee and wider community, related record keeping, and planning the same for future possible financial committee efforts."
]
}
},
{
"role": "Community engagement coordinator",
"url": "Community_engagement_coordinator",
Expand Down Expand Up @@ -187,26 +207,6 @@
}
]
},
{
"role": "Finance committee member",
"url": "finance_committee_member",
"people": [
"Kelle Cruz",
"Aarya Patil",
"John Swinbank",
"Erik Tollerud"
],
"role-head": "Finance committee member",
"responsibilities": {
"description": "Plan, oversee, and disburse the Astropy project finances, including:",
"details": [
"Determine and manage the process for paying people from Astropy's project-level funding.",
"Paying and overseeing people in supporting roles (e.g. documentation copy-editors, contract lawyers).",
"Oversee payment for services, licenses, and travel (e.g., Python in Astro, SciPy), and other miscellaneous expenses the project already pays for.",
"Maintain and continuously develop a transparent process for reporting all of the above to the Coordination Committee and wider community, related record keeping, and planning the same for future possible financial committee efforts."
]
}
},
{
"role": "Documentation infrastructure maintainer",
"url": "Documentation_infrastructure_maintainer",
Expand Down