Skip to content

Commit 5ea457c

Browse files
authored
Merge pull request #668 from pllim/strategic-notes
Add details for Strategic and Finance committees
2 parents e1be702 + bce378b commit 5ea457c

File tree

1 file changed

+24
-5
lines changed

1 file changed

+24
-5
lines changed

roles.json

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"Erik Tollerud"
6666
],
6767
"role-head": "Strategic planner",
68-
"responsibilities": {
68+
"responsibilities": [{
6969
"description": "Do long-term planning for the Astropy Project as a whole, including:",
7070
"details": [
7171
"Shape and provide a vision for next major steps in the Project, in consultation with the whole Astropy community.",
@@ -76,7 +76,16 @@
7676
"Maintain the Astropy Project Roadmap.",
7777
"Engage with, and collect input from, the whole Astropy Community on project vision and priorities."
7878
]
79-
}
79+
},
80+
{
81+
"description": "Organization and communication:",
82+
"details": [
83+
"Policies: <a href='https://github.com/astropy/astropy-project/blob/main/policies/strategic_planning_committee_draft.md'>Beta-Year Draft</a>.",
84+
"Meeting records: <a href='https://docs.google.com/document/d/1IyCcg7VS2qFP6AUisYFar6_f_fw31k_iGXSVpCYmAZE/edit?tab=t.0#heading=h.kryg1u1l8xpj'>Strategic Planning Running Notes</a>.",
85+
"Communication within the coordination committee happens through regular Zoom meetings and a private Slack channel.",
86+
"Contact the Strategic Planning Committee via email to <a href='mailto:strategic.planning@astropy.org'>strategic.planning@astropy.org</a> or by tagging the <a href='https://github.com/orgs/astropy/teams/strategic-planning'>github team @astropy/strategic-planning</a>."
87+
]
88+
}]
8089
},
8190
{
8291
"role": "Finance committee member",
@@ -88,15 +97,25 @@
8897
"Erik Tollerud"
8998
],
9099
"role-head": "Finance committee member",
91-
"responsibilities": {
100+
"responsibilities": [{
92101
"description": "Plan, oversee, and disburse the Astropy project finances, including:",
93102
"details": [
94103
"Determine and manage the process for paying people from Astropy's project-level funding.",
95104
"Paying and overseeing people in supporting roles (e.g., documentation copy-editors, contract lawyers).",
96-
"Oversee payment for services, licenses, and travel (e.g., Python in Astro, SciPy), and other miscellaneous expenses the project already pays for.",
105+
"Oversee payment for services, licenses, and travel (e.g., Python in Astronomy, SciPy), and other miscellaneous expenses the project already pays for.",
97106
"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."
98107
]
99-
}
108+
},
109+
{
110+
"description": "Organization and communication:",
111+
"details": [
112+
"Policies: <a href='https://github.com/astropy/astropy-project/blob/main/finance/process/policies.rst'>Finance Committee Operating Policies</a>.",
113+
"Meeting records: <a href='https://docs.google.com/document/d/1OpSEtJC0jQINTB-YNexxgnHX7-J6HRSkiPKYWBSCOfg/edit?usp=sharing'>Finance Running Notes</a>.",
114+
"Communication within the finance committee happens through regular Zoom meetings and a private Slack channel.",
115+
"Contact the Finance Committee via email to <a href='mailto:finance@astropy.org'>finance@astropy.org</a>, tagging the <a href='https://github.com/orgs/astropy/teams/finance-committee'>github team @astropy/finance-committee</a>, or via <i>#finance-committee</i> public channel in Astropy Slack workspace.",
116+
"Finance committee members send project updates to appropriate email lists (e.g. <a href='https://groups.google.com/u/1/g/astropy-dev'>astropy-dev</a>)."
117+
]
118+
}]
100119
},
101120
{
102121
"role": "Maintainer Mentorship coordinator",

0 commit comments

Comments
 (0)