From b9b85f840295e9757c7b3d82d4fcec8c2a4d990e Mon Sep 17 00:00:00 2001 From: Inessa Pawson Date: Thu, 20 Oct 2022 11:57:31 -0400 Subject: [PATCH 1/3] =?UTF-8?q?Update=20info=20about=20NumPy=20Newcomers?= =?UTF-8?q?=E2=80=99=20Hours?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To better accommodate our contributors from every part of the world, we are introducing rotating schedule for NumPy Newcomers’ Hours. The new start times are 12:00 UTC and 20:00 UTC which will be alternating on a bi-weekly basis. This pull request will update the NumPy community calendar to reflect these changes. --- calendars/numpy.yaml | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/calendars/numpy.yaml b/calendars/numpy.yaml index aed33bf0..094878a2 100644 --- a/calendars/numpy.yaml +++ b/calendars/numpy.yaml @@ -56,11 +56,26 @@ events: To add to the meeting agenda the topics you’d like to discuss, follow the link: https://hackmd.io/3f3otyyuTte3FU9y3QzsLg - begin: 2022-02-10 14:00:00 +00:00 - end: 2022-02-10 15:00:00 +00:00 + begin: 2022-11-03 12:00:00 +00:00 + end: 2022-11-03 13:00:00 +00:00 url: https://us06web.zoom.us/j/82563808729?pwd=ZFU3Z2dMcXBGb05YemRsaGE1OW5nQT09 repeat: interval: # seconds, minutes, hours, days, weeks, months, years - days: 14 + days: 28 + until: 2025-01-01 00:00:00 +00:00 + + - summary: NumPy Newcomers' Hour + description: | + A fortnightly meeting for newcomers to the NumPy contributor community. + + To add to the meeting agenda the topics you’d like to discuss, + follow the link: https://hackmd.io/3f3otyyuTte3FU9y3QzsLg + begin: 2022-10-20 20:00:00 +00:00 + end: 2022-10-20 21:00:00 +00:00 + url: https://us06web.zoom.us/j/82563808729?pwd=ZFU3Z2dMcXBGb05YemRsaGE1OW5nQT09 + repeat: + interval: + # seconds, minutes, hours, days, weeks, months, years + days: 28 until: 2025-01-01 00:00:00 +00:00 From 0f926a46f3537c57be4a69abeb381bf4c69f5dd0 Mon Sep 17 00:00:00 2001 From: Pamphile Roy Date: Thu, 20 Oct 2022 23:15:37 +0200 Subject: [PATCH 2/3] Update calendars/numpy.yaml Co-authored-by: Ross Barnowski --- calendars/numpy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendars/numpy.yaml b/calendars/numpy.yaml index 094878a2..0f7a01fc 100644 --- a/calendars/numpy.yaml +++ b/calendars/numpy.yaml @@ -65,7 +65,7 @@ events: days: 28 until: 2025-01-01 00:00:00 +00:00 - - summary: NumPy Newcomers' Hour + - summary: NumPy Newcomers' Hour description: | A fortnightly meeting for newcomers to the NumPy contributor community. From 89da36bec12b97e08457c881837d43f567497d9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Thu, 20 Oct 2022 14:23:08 -0700 Subject: [PATCH 3/3] Whitespace fix --- calendars/numpy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendars/numpy.yaml b/calendars/numpy.yaml index 0f7a01fc..b3cb39d6 100644 --- a/calendars/numpy.yaml +++ b/calendars/numpy.yaml @@ -64,7 +64,7 @@ events: # seconds, minutes, hours, days, weeks, months, years days: 28 until: 2025-01-01 00:00:00 +00:00 - + - summary: NumPy Newcomers' Hour description: | A fortnightly meeting for newcomers to the NumPy contributor community.