From 8bef42b26deda5ee6981b4105c0d5e5f226a318d Mon Sep 17 00:00:00 2001 From: Abbey Roelofs Date: Fri, 28 Mar 2025 14:58:55 -0400 Subject: [PATCH 1/3] Add April community call --- _events/2025/2025-04-community-call.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 _events/2025/2025-04-community-call.md diff --git a/_events/2025/2025-04-community-call.md b/_events/2025/2025-04-community-call.md new file mode 100644 index 000000000..cb8eaa88b --- /dev/null +++ b/_events/2025/2025-04-community-call.md @@ -0,0 +1,20 @@ +--- +title: February 2025 Community Call +expires: 2025-02-14 +event_date: "February 14, 2025" +layout: event +duration: 60 +repeated: false +category: community-call +time: + - - start: 2025-02-14T19:00:00Z + end: 2025-02-14T20:00:00Z +--- + +Our **February Community Call** will be all about **Open Source Software Foundations** on Friday, February 14, at 2pm ET/1pm CT/12pm MT/11am PT. + +There are a number of Open Source Software Foundations, such as [NumFOCUS](https://numfocus.org/), [HPSF](https://hpsf.io/), [Apache Software Foundation](https://www.apache.org/), [Eclipse Foundation](https://www.eclipse.org/org/), [OMSF](https://omsf.io/), etc. These foundations provide a neutral home for software projects, and also a non-profit that can accept donations, and in many cases, can apply for grants and hire staff. In this call, we'll first hear from two foundations, Leah Silen for NumFOCUS and Christian Trott for HPSF, then we'll hear from a few projects that are part of such foundations (including Matt Thompson from Open Force Field and Andrew Fullard from TARDIS), and finally we'll have an open Q&A about such foundations with attendees. + + +#### Registration details +Information on how to register for the Zoom meeting will be sent via email and posted in the #general channel on Slack. The registration link can also be found in the Channel Overview and Bookmarks of the #communitycalls channel on Slack. From 26a11f3ffcb7183c519c487b59a8c13bba39f488 Mon Sep 17 00:00:00 2001 From: Abbey Roelofs Date: Fri, 28 Mar 2025 15:07:16 -0400 Subject: [PATCH 2/3] Oops didn't save the changes before pushing! --- _events/2025/2025-04-community-call.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/_events/2025/2025-04-community-call.md b/_events/2025/2025-04-community-call.md index cb8eaa88b..099624942 100644 --- a/_events/2025/2025-04-community-call.md +++ b/_events/2025/2025-04-community-call.md @@ -1,19 +1,19 @@ --- -title: February 2025 Community Call -expires: 2025-02-14 -event_date: "February 14, 2025" +title: April 2025 Community Call +expires: 2025-04-11 +event_date: "April 11, 2025" layout: event duration: 60 repeated: false category: community-call time: - - - start: 2025-02-14T19:00:00Z - end: 2025-02-14T20:00:00Z + - - start: 2025-02-14T18:00:00Z + end: 2025-02-14T19:00:00Z --- -Our **February Community Call** will be all about **Open Source Software Foundations** on Friday, February 14, at 2pm ET/1pm CT/12pm MT/11am PT. +Our **April Community Call** will be all about **Git Branching Strategies and Continuous Integration Tools** on Friday, April 11, at 2pm ET/1pm CT/12pm MT/11am PT. -There are a number of Open Source Software Foundations, such as [NumFOCUS](https://numfocus.org/), [HPSF](https://hpsf.io/), [Apache Software Foundation](https://www.apache.org/), [Eclipse Foundation](https://www.eclipse.org/org/), [OMSF](https://omsf.io/), etc. These foundations provide a neutral home for software projects, and also a non-profit that can accept donations, and in many cases, can apply for grants and hire staff. In this call, we'll first hear from two foundations, Leah Silen for NumFOCUS and Christian Trott for HPSF, then we'll hear from a few projects that are part of such foundations (including Matt Thompson from Open Force Field and Andrew Fullard from TARDIS), and finally we'll have an open Q&A about such foundations with attendees. +Let’s preface this month’s topic by saying that we assume you are using Git and GitHub or GitLab. (If not, you should absolutely join this call and learn what that is and why you should use it!) What is your favorite Git branching strategy? How does it work with your continuous integration tools? Do you live in a labyrinth of branches or do you work from main? How long do your branches live? Have you been in merge hell, and how did you get out? How did your continuous integration tools help you get out of a messy code situation? Join us for April’s community call to talk nerdy about Git, continuous integration tools, and everything related! #### Registration details From 7220e908a2a82a2cc3f4413dc690f5dca84c97f0 Mon Sep 17 00:00:00 2001 From: Abbey Roelofs Date: Fri, 28 Mar 2025 15:21:05 -0400 Subject: [PATCH 3/3] Missed a date change --- _events/2025/2025-04-community-call.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_events/2025/2025-04-community-call.md b/_events/2025/2025-04-community-call.md index 099624942..26cd2348b 100644 --- a/_events/2025/2025-04-community-call.md +++ b/_events/2025/2025-04-community-call.md @@ -7,8 +7,8 @@ duration: 60 repeated: false category: community-call time: - - - start: 2025-02-14T18:00:00Z - end: 2025-02-14T19:00:00Z + - - start: 2025-04-11T18:00:00Z + end: 2025-04-11T19:00:00Z --- Our **April Community Call** will be all about **Git Branching Strategies and Continuous Integration Tools** on Friday, April 11, at 2pm ET/1pm CT/12pm MT/11am PT.