From f0c298836cf3b45abaa89e910538ab341787b714 Mon Sep 17 00:00:00 2001 From: Derek Homeier Date: Thu, 15 Feb 2024 18:11:15 +0100 Subject: [PATCH 1/2] Update Affiliated Editors' roles to reflect pyOpenSci partnership --- roles.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/roles.json b/roles.json index 218b67f0..5dcb9106 100644 --- a/roles.json +++ b/roles.json @@ -231,12 +231,11 @@ "deputy": ["Unfilled"], "role-head": "Affiliated package review editor", "responsibilities": { - "description": "Oversee the affiliated package submission and review process, including:", + "description": "Oversee affiliated packages in partnership with pyOpenSci, including:", "details": [ + "Representing Astropy as pyOpenSci Software Review Editor", "Keeping track of submissions to the affiliated package ecosystem", - "Managing the review process for packages", - "Making decisions regarding accepting and rejecting packages based on reviews", - "Organizing the re-review of packages that have not been recently reviewed" + "Guiding submissions tthrough the pre-submission and submission steps to the Peer Review system" ] } }, From a0b789213b91df374cc064b9f8b4cd5f02388b7f Mon Sep 17 00:00:00 2001 From: Derek Homeier <709020+dhomeier@users.noreply.github.com> Date: Fri, 16 Feb 2024 00:15:54 +0100 Subject: [PATCH 2/2] Fixing typo in roles.json details Co-authored-by: P. L. Lim <2090236+pllim@users.noreply.github.com> --- roles.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles.json b/roles.json index 5dcb9106..185976e9 100644 --- a/roles.json +++ b/roles.json @@ -235,7 +235,7 @@ "details": [ "Representing Astropy as pyOpenSci Software Review Editor", "Keeping track of submissions to the affiliated package ecosystem", - "Guiding submissions tthrough the pre-submission and submission steps to the Peer Review system" + "Guiding submissions through the pre-submission and submission steps to the Peer Review system" ] } },