From 23c17db076e1b18bf2e101753e4b35be6875d2e1 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Thu, 7 Nov 2024 10:45:10 +0100 Subject: [PATCH 1/3] Add news about new core meeting times --- community/meetings.mdx | 2 +- news/2024-11-07-new-time-core-meetings.md | 14 ++++++++++++++ src/components/Calendar/index.jsx | 11 ++++++++--- 3 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 news/2024-11-07-new-time-core-meetings.md diff --git a/community/meetings.mdx b/community/meetings.mdx index 43903c493f..0e53d551dd 100644 --- a/community/meetings.mdx +++ b/community/meetings.mdx @@ -2,7 +2,7 @@ We hold a series of recurring meetings: -- `⚫ [conda-forge] core meeting`: every second Wednesday from 17:00-18:00 (UTC). Despite the name, they are open to everyone. Feel free to stop by! Meeting notes available at [Minutes](minutes.mdx). +- `⚫ [conda-forge] core meeting`: every second Wednesday, alternating between 17:00-18:00 and 14:00-15:00 (UTC). Despite the name, they are open to everyone. Feel free to stop by! Meeting notes available at [Minutes](minutes.mdx). - `⚫ [conda-forge] bot sync`: first Friday of the month at 15:00 (UTC). These are technical meetings meant for infrastructure and tooling contributors. Meeting notes available in [HackMD](https://hackmd.io/@conda-forge/BJE6E1VY2). We encourage contributors to join the meetings and learn more about and from the community. Look for the events in the calendar below! diff --git a/news/2024-11-07-new-time-core-meetings.md b/news/2024-11-07-new-time-core-meetings.md new file mode 100644 index 0000000000..79c134b75d --- /dev/null +++ b/news/2024-11-07-new-time-core-meetings.md @@ -0,0 +1,14 @@ +# New time available for conda-forge core meetings + +The core team has decided to change the time when core meetings happen to accommodate more attendees across different timezones. It will still happen every two Wednesdays, but starting next Wednesday, November 13th 2024, it will alternate between 17:00-18:00 UTC and 14:00-15:00 UTC. + +For clarity, these are the next dates: + +- November 13th, 2024 at 17:00 UTC +- November 27th, 2024 at 14:00 UTC +- December 11th, 2024 at 17:00 UTC +- ~~December 25th, 2024 at 14:00 UTC~~ +- January 8th, 2025, at 17:00 UTC +- ... and so on. + +A new calendar is now available in the [Community > Meetings](/community/meetings.mdx) section to help find the dates. diff --git a/src/components/Calendar/index.jsx b/src/components/Calendar/index.jsx index 079d42660b..090e73fe97 100644 --- a/src/components/Calendar/index.jsx +++ b/src/components/Calendar/index.jsx @@ -19,15 +19,20 @@ export default function Calendar() { setThemeMode(colorMode); }); return ( + <> + > +
+ If you cannot see a calendar above this message, please check the conda community calendar. +
+ ); } From 9f8d601d77dd895ce4104d3b3cc7a55fc2a071b1 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Thu, 7 Nov 2024 10:47:56 +0100 Subject: [PATCH 2/3] Fix date in old news --- ...024-10-04-moving-to-zulip.md => 2024-11-04-moving-to-zulip.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename news/{2024-10-04-moving-to-zulip.md => 2024-11-04-moving-to-zulip.md} (100%) diff --git a/news/2024-10-04-moving-to-zulip.md b/news/2024-11-04-moving-to-zulip.md similarity index 100% rename from news/2024-10-04-moving-to-zulip.md rename to news/2024-11-04-moving-to-zulip.md From dfb0d80d9d8098e49c7d2bee23175c96e89af60f Mon Sep 17 00:00:00 2001 From: jaimergp Date: Thu, 7 Nov 2024 10:53:20 +0100 Subject: [PATCH 3/3] update link --- news/2024-11-07-new-time-core-meetings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/2024-11-07-new-time-core-meetings.md b/news/2024-11-07-new-time-core-meetings.md index 79c134b75d..4d89701517 100644 --- a/news/2024-11-07-new-time-core-meetings.md +++ b/news/2024-11-07-new-time-core-meetings.md @@ -11,4 +11,4 @@ For clarity, these are the next dates: - January 8th, 2025, at 17:00 UTC - ... and so on. -A new calendar is now available in the [Community > Meetings](/community/meetings.mdx) section to help find the dates. +A new calendar is now available in the [Community > Meetings](/community/meetings/) section to help find the dates.