You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/community/contribute/project-meetings.mdx
+43-6Lines changed: 43 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
import { Cards } from"../../../components/cards"
2
+
import { Callout } from'nextra/components'
3
+
1
4
# Project Meetings
2
5
3
6
All GraphQL technical meetings are open to anyone who is interested, so long as they first complete the [GraphQL Specification Membership agreement](https://github.com/graphql/graphql-wg/tree/HEAD/membership).
@@ -8,8 +11,6 @@ All GraphQL technical meetings should appear on the [GraphQL public calendar](ht
8
11
9
12
-**How to join:** Each GraphQL project must maintain an agenda document for each meeting, and each attendee must add themselves to it prior to attending. To join, open a PR to add your name to the attendee list on an upcoming meeting's agenda (for example, the [GraphQL Working Group](https://github.com/graphql/graphql-wg/tree/HEAD/agendas) or [GraphQL.js](https://github.com/graphql/graphql-js-wg/tree/main/agendas)). The agenda document will have the date, time and Zoom links.
10
13
11
-
import { Callout } from'nextra/components'
12
-
13
14
<Callouttype="warning">
14
15
**IMPORTANT:** Your PR against the agenda **must** be merged before you can attend. If the EasyCLA bot says you are not covered, you need to follow the links in the bot's comment to sign the [GraphQL Specification Membership agreement](https://github.com/graphql/graphql-wg/tree/HEAD/membership) before you can attend.
15
16
</Callout>
@@ -24,8 +25,44 @@ The goal of the working group meeting is to discuss current work and future plan
24
25
25
26
To join, add yourself to an [upcoming meeting agenda](https://github.com/graphql/graphql-wg/tree/HEAD/agendas).
26
27
27
-
## GraphQL.js Working Group meeting
28
-
29
-
The [GraphQL.js working group](https://github.com/graphql/graphql-js-wg) meets the second Tuesday of each month. The goal is to plan development work and resolve issues with [GraphQL.js](https://github.com/graphql/graphql-js).
28
+
## GraphQL subcommittee meetings
30
29
31
-
To join, add yourself to an [upcoming meeting agenda](https://github.com/graphql/graphql-js-wg/tree/HEAD/agendas).
30
+
<Cards
31
+
items={[
32
+
{
33
+
title: "Community working group",
34
+
link: "https://github.com/graphql/community-wg",
35
+
description: "Serves as the steward of GraphQL's global narrative and market positioning in the technology ecosystem. Developing and executing strategic initiatives that reinforce GraphQL's value proposition while fostering an engaged, educated, and expanding community.",
description: "Building a specification that covers many of the shared concerns when building a larger GraphQL schema as a composite of many smaller GraphQL schemas.",
description: "Decision making, setting specifications and navigating feature proposals for our shared GraphQL web and desktop IDE experiences as a community.",
46
+
},
47
+
{
48
+
title: "GraphQL.js working group",
49
+
link: "https://github.com/graphql/graphql-js-wg",
50
+
description: "A monthly virtual meeting of maintainers of commonly used GraphQL libraries and tools and significant contributors in the Javascript ecosystem, operated by the GraphQL Foundation.",
51
+
},
52
+
{
53
+
title: "GraphQL/OTel working group",
54
+
link: "https://github.com/graphql/otel-wg",
55
+
description: "Defining the best practices and semantic conventions for using OpenTelemetry with GraphQL.",
description: "Working on a specification that allows GraphQL clients and servers with different implementations and technology stacks to interact freely over HTTP.",
0 commit comments