Skip to content

Commit 8e0a480

Browse files
committed
more
1 parent 266ed9e commit 8e0a480

File tree

2 files changed

+41
-42
lines changed

2 files changed

+41
-42
lines changed

website/src/pages/community/contribute.mdx

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -3,48 +3,6 @@ title: Contribute to GraphQL
33
description: The following resources describe how GraphQL development processes work, how to get involved, and where to get help.
44
---
55

6-
import { Cards } from "../../components/cards"
7-
import {
8-
GitHubIcon,
9-
GoogleCalendarIcon,
10-
YouTubeIcon,
11-
} from "../../icons"
12-
13-
### Working groups
14-
15-
The GraphQL specification, sub-specifications, and official reference implementations are developed using the working group model. The working groups meet monthly or as-needed in order to review ideas and plan their work.
16-
17-
<div className="border-l-2 border-primary pl-6 md:pl-10">
18-
#### The GraphQL Working Group
19-
20-
The [GraphQL Working Group](https://github.com/graphql/graphql-wg) is the main group that plans and implements changes to the [GraphQL specification](https://spec.graphql.org). It meets actively and is the default place for discussion for topics which do not have a separate breakout working group (breakout working groups include the [Input Union WG](https://github.com/graphql/graphql-spec/blob/main/rfcs/InputUnion.md) and the [GraphQL-over-HTTP WG](https://github.com/graphql/graphql-over-http)).
21-
22-
<Cards
23-
items={[
24-
{
25-
icon: GitHubIcon,
26-
title: 'GitHub Working Group',
27-
link: 'https://github.com/graphql/graphql-wg'
28-
}, {
29-
icon: GoogleCalendarIcon,
30-
title: 'Meeting frequency',
31-
link: 'https://calendar.graphql.org',
32-
description: 'Monthly, generally the first Thursday'
33-
}, {
34-
icon: GitHubIcon,
35-
title: 'Agenda',
36-
link: 'https://github.com/graphql/graphql-wg/tree/main/agendas',
37-
description: 'GitHub'
38-
}, {
39-
icon: YouTubeIcon,
40-
title: 'Recordings',
41-
link: 'https://www.youtube.com/playlist?list=PLP1igyLx8foH30_sDnEZnxV_8pYW3SDtb',
42-
description: 'YouTube'
43-
},
44-
]}
45-
/>
46-
</div>
47-
486
## Project resources
497

508
The following resources are intended to help official GraphQL projects understand what resources are available to them, and how to correctly run meetings.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,47 @@
1+
import { Cards } from "../../../components/cards"
2+
import {
3+
GitHubIcon,
4+
GoogleCalendarIcon,
5+
YouTubeIcon,
6+
} from "../../../icons"
7+
18
# How GraphQL Is Developed
29

310
At its core, the GraphQL project is organized around the [specification](https://spec.graphql.org), with a wide variety of supporting implementations and tools.
411

512
GraphQL has an active and mutually beneficial relationship with its many implementations. The GraphQL specification is continuously evolving under the care of the [GraphQL Working Group](https://github.com/graphql/graphql-wg), which consists of GraphQL spec experts, contributors to public [reference implementations](/code), and implementers. At any given time, GraphQL specification updates are a combination of anticipatory planning with documentation of patterns and behaviors that are already proven in production, sometimes at very large scale.
613

14+
## Working Groups
15+
16+
The GraphQL specification, sub-specifications, and official reference implementations are developed using the working group model. The working groups meet monthly or as-needed in order to review ideas and plan their work.
17+
18+
<div className="border-l-2 border-primary pl-6 md:pl-10">
19+
### The GraphQL Working Group
20+
21+
The [GraphQL Working Group](https://github.com/graphql/graphql-wg) is the main group that plans and implements changes to the [GraphQL specification](https://spec.graphql.org). It meets actively and is the default place for discussion for topics which do not have a separate breakout working group (breakout working groups include the [Input Union WG](https://github.com/graphql/graphql-spec/blob/main/rfcs/InputUnion.md) and the [GraphQL-over-HTTP WG](https://github.com/graphql/graphql-over-http)).
22+
23+
<Cards
24+
items={[
25+
{
26+
icon: GitHubIcon,
27+
title: 'GitHub Working Group',
28+
link: 'https://github.com/graphql/graphql-wg'
29+
}, {
30+
icon: GoogleCalendarIcon,
31+
title: 'Meeting frequency',
32+
link: 'https://calendar.graphql.org',
33+
description: 'Monthly, generally the first Thursday'
34+
}, {
35+
icon: GitHubIcon,
36+
title: 'Agenda',
37+
link: 'https://github.com/graphql/graphql-wg/tree/main/agendas',
38+
description: 'GitHub'
39+
}, {
40+
icon: YouTubeIcon,
41+
title: 'Recordings',
42+
link: 'https://www.youtube.com/playlist?list=PLP1igyLx8foH30_sDnEZnxV_8pYW3SDtb',
43+
description: 'YouTube'
44+
},
45+
]}
46+
/>
47+
</div>

0 commit comments

Comments
 (0)