From e5a8bc435c099c03e4557a4bcaf773e1b7c27f64 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Mon, 6 Mar 2023 17:43:42 -0500 Subject: [PATCH 1/4] Roles: Remove sub-role for community engagement coordinator --- roles.json | 46 +++++++--------------------------------------- 1 file changed, 7 insertions(+), 39 deletions(-) diff --git a/roles.json b/roles.json index c11af396..5a513de4 100644 --- a/roles.json +++ b/roles.json @@ -59,44 +59,12 @@ "role": "Community engagement coordinator", "url": "Community_engagement_coordinator", "role-head": "Community engagement coordinator", - "sub-roles": [ - { - "role": "Overall", - "people": [ - "Unfilled" - ] - }, - { - "role": "Twitter", - "people": [ - "Matt Craig" - ] - }, - { - "role": "Facebook", - "people": [ - "Kelle Cruz", - "Erik Tollerud" - ] - }, - { - "role": "Slack/Matrix", - "people": [ - "Stuart Mumford" - ] - }, - { - "role": "Discourse", - "people": [ - "Stuart Mumford" - ] - }, { - "role": "Conferences", - "people": [ - "Kelle Cruz", - "Erik Tollerud" - ] - } + "people": [ + "Matt Craig (Twitter)", + "Kelle Cruz (Facebook, Conferences)", + "Stuart Mumford (Discourse/Matrix/Slack)", + "Erik Tollerud (Facebook, Conferences", + ], "responsibilities": { "description": "Facilitate engagement with the astropy community, including:", @@ -104,7 +72,7 @@ "Maintain the @astropy twitter account", "Monitor/moderate the Python Users in Astronomy Facebook group", "Keep track of/help organize conferences and workshops", - "Maintain infrastructure for a specific channel (e.g., discourse)" + "Maintain infrastructure for a specific channel (e.g., Discourse)" ] } }, From 5b3e192e70d60951e3eeb5dfb60f6fc487753646 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Mon, 6 Mar 2023 17:50:03 -0500 Subject: [PATCH 2/4] Fix JSON --- roles.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles.json b/roles.json index 5a513de4..260dd12c 100644 --- a/roles.json +++ b/roles.json @@ -63,8 +63,7 @@ "Matt Craig (Twitter)", "Kelle Cruz (Facebook, Conferences)", "Stuart Mumford (Discourse/Matrix/Slack)", - "Erik Tollerud (Facebook, Conferences", - + "Erik Tollerud (Facebook, Conferences)" ], "responsibilities": { "description": "Facilitate engagement with the astropy community, including:", From a9807c555fcd7b5a5ac4b2b369684ae67a022890 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Mon, 6 Mar 2023 18:16:58 -0500 Subject: [PATCH 3/4] Improve verbiage for discussion forums Co-authored-by: Kelle Cruz --- roles.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles.json b/roles.json index 260dd12c..1e5d47ea 100644 --- a/roles.json +++ b/roles.json @@ -71,7 +71,7 @@ "Maintain the @astropy twitter account", "Monitor/moderate the Python Users in Astronomy Facebook group", "Keep track of/help organize conferences and workshops", - "Maintain infrastructure for a specific channel (e.g., Discourse)" + "Maintain the infrastructure of the relevant discussion forums and platforms." ] } }, From 24faf31b35712f8f528c8c492c9f224d4dd1a3bb Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Mon, 6 Mar 2023 23:35:46 -0500 Subject: [PATCH 4/4] Incorporate https://github.com/astropy/astropy-project/pull/331 --- roles.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/roles.json b/roles.json index 1e5d47ea..64e53cc1 100644 --- a/roles.json +++ b/roles.json @@ -60,13 +60,13 @@ "url": "Community_engagement_coordinator", "role-head": "Community engagement coordinator", "people": [ - "Matt Craig (Twitter)", - "Kelle Cruz (Facebook, Conferences)", - "Stuart Mumford (Discourse/Matrix/Slack)", - "Erik Tollerud (Facebook, Conferences)" + "Matt Craig", + "Kelle Cruz", + "Stuart Mumford", + "Erik Tollerud" ], "responsibilities": { - "description": "Facilitate engagement with the astropy community, including:", + "description": "Facilitate engagement with the astropy community, as laid out in community_engagement, including:", "details": [ "Maintain the @astropy twitter account", "Monitor/moderate the Python Users in Astronomy Facebook group",