From 9f5c3818cc5996914e24bc4a7c2a2e5e9c59bfd0 Mon Sep 17 00:00:00 2001 From: Lee Byron Date: Thu, 6 Feb 2025 00:37:55 -0800 Subject: [PATCH 1/3] Create welcome-tsc-members-2025.md Write a blog post about new TSC members --- src/pages/blog/welcome-tsc-members-2025.md | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 src/pages/blog/welcome-tsc-members-2025.md diff --git a/src/pages/blog/welcome-tsc-members-2025.md b/src/pages/blog/welcome-tsc-members-2025.md new file mode 100644 index 0000000000..2ad7c307f7 --- /dev/null +++ b/src/pages/blog/welcome-tsc-members-2025.md @@ -0,0 +1,38 @@ +--- +title: "Welcoming New TSC Members" +tags: ["foundation"] +date: 2025-2-5 +byline: Lee Byron +--- + +The GraphQL Technical Steering Committee is the body responsible for the technical oversight of all our open source projects and management of our open source community. Every year we vote on self-nominees to rotate up to half of TSC members, and we've just concluded the most recent vote. + +## Welcoming our new TSC members + +I’m excited to share that we have elected two new members to the GraphQL Technical Steering Committee (TSC), [Martin Bonnin](https://github.com/martinbonnin) and [Pascal Senn](https://github.com/PascalSenn), technical leads at Apollo and ChilliCream respectively. They have been consistent contributors to the GraphQL open source project over the last few years and I'm thrilled to have their help in and commitment to guiding and advancing the GraphQL technical project and broader ecosystem. + +In addition, we also re-elected three existing members, [Kewei Qu](https://github.com/Keweiqu) a technical lead at Meta working on the original GraphQL deployment, [Rob Richard](https://github.com/robrichard) an engineer at 1stDibs at the lead of the Streaming GraphQL project, and [Uri Goldshtein](https://github.com/urigo) founder of The Guild. These all join our existing [TSC members](https://github.com/orgs/graphql/teams/tsc/members). + +## Open Working Groups and the Role of the TSC + +GraphQL is an open project. All are welcome to join our (https://github.com/graphql/graphql-wg/)[working group] meetings, champion proposals for project-wide improvements, or contribute directly across our open source projects. + +It's been critical to keep access to these working groups open, but it does mean a rotating cast of contributors over time. The primary role of the TSC is to provide continuity as the stewards of this group and our processes, and co-owners of our technical projects. + +While the TSC is a closed group, our focus is always on strengthening the work that happens in our open Working Group meetings—that is where technical work moves forward. + +## Our Processes + +To learn more about the TSC and how we work, check out these resources: + +- **[2025 TSC Elections](https://github.com/graphql/graphql-wg/issues/1612)** — we use Github issues for most things across the Working Group and TSC, and this one tracked the TSC election itself. Anyone could self-nominate via a Google Form, and we held a vote via OpaVote. +- **[TSC Charter](https://github.com/graphql/graphql-wg/blob/main/GraphQL-TSC.md)** — this lists out in detail how the TSC is governed, which contains more detail about when and how we take votes, and what we're accountable for. +- **[GraphQL Working Group](https://github.com/graphql/graphql-wg/)** — this is where we organize meetings and contribution across the Working Group, where you'll find past and upcoming agendas and can join an upcoming meeting simply by adding yourself to the next agenda file in a PR. + +--- + +I'm beyond lucky to get to work with such a talented group of volunteers both directly on the TSC and across the GraphQL community. + +Welcome, Martin and Pascal! + +— Lee From 26d0991083deb8cc74523b43dc5bfaa0a055e40c Mon Sep 17 00:00:00 2001 From: Benjie Date: Thu, 6 Feb 2025 09:59:55 +0000 Subject: [PATCH 2/3] Very tiny tweaks from review --- src/pages/blog/welcome-tsc-members-2025.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/blog/welcome-tsc-members-2025.md b/src/pages/blog/welcome-tsc-members-2025.md index 2ad7c307f7..b695a74a50 100644 --- a/src/pages/blog/welcome-tsc-members-2025.md +++ b/src/pages/blog/welcome-tsc-members-2025.md @@ -1,7 +1,7 @@ --- title: "Welcoming New TSC Members" tags: ["foundation"] -date: 2025-2-5 +date: 2025-02-05 byline: Lee Byron --- @@ -15,9 +15,9 @@ In addition, we also re-elected three existing members, [Kewei Qu](https://githu ## Open Working Groups and the Role of the TSC -GraphQL is an open project. All are welcome to join our (https://github.com/graphql/graphql-wg/)[working group] meetings, champion proposals for project-wide improvements, or contribute directly across our open source projects. +GraphQL is an open project. All are welcome to join our [working group](https://github.com/graphql/graphql-wg/) meetings, champion proposals for project-wide improvements, or contribute directly across our open source projects. -It's been critical to keep access to these working groups open, but it does mean a rotating cast of contributors over time. The primary role of the TSC is to provide continuity as the stewards of this group and our processes, and co-owners of our technical projects. +It has been critical to keep access to these working groups open, but it does mean a rotating cast of contributors over time. The primary role of the TSC is to provide continuity as the stewards of this group and our processes, and co-owners of our technical projects. While the TSC is a closed group, our focus is always on strengthening the work that happens in our open Working Group meetings—that is where technical work moves forward. From 321846da0f7812dbd7e353db63d5bec5f0bcccce Mon Sep 17 00:00:00 2001 From: Benjie Date: Thu, 6 Feb 2025 14:12:02 +0000 Subject: [PATCH 3/3] Rename blog post to include date --- ...tsc-members-2025.md => 2025-02-05-welcome-tsc-members-2025.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/pages/blog/{welcome-tsc-members-2025.md => 2025-02-05-welcome-tsc-members-2025.md} (100%) diff --git a/src/pages/blog/welcome-tsc-members-2025.md b/src/pages/blog/2025-02-05-welcome-tsc-members-2025.md similarity index 100% rename from src/pages/blog/welcome-tsc-members-2025.md rename to src/pages/blog/2025-02-05-welcome-tsc-members-2025.md