|
1 |
| -# Working Group Template |
2 |
| - |
3 |
| -This repository contains a template for creating working groups under the |
4 |
| -GraphQL Foundation. To use this template you should: |
5 |
| - |
6 |
| -- create a new repository from it |
7 |
| -- remove this front-matter |
8 |
| -- customize the text in this README |
9 |
| -- fill out `(NAME)` in [notes/README.md](notes/README.md) |
10 |
| -- fill out `wg.config.js` with details about the WG's schedule |
11 |
| - - `name` / `repoUrl` - update with the name and URL of your WG |
12 |
| - - `videoConferenceDetails`: ask @Benjie to generate a new series of (recorded) Zoom meetings, then update the URL and password (do NOT change the spacing, it will break the markdown) |
13 |
| - - `liveNotesUrl`: create a blank Google document with the same title as the |
14 |
| - WG, make it publicly editable, copy instructions from the main GraphQL WG |
15 |
| - live notes |
16 |
| - - `nth`, `weekday`, `time` - when will your WG be? (e.g. 4th Thursday at 10:30am-12am would be `nth: 4, weekday: "Th", time: "10:30-12:00"`) |
17 |
| -- generate your first month's agenda `yarn && yarn gen-agenda YYYY MM` (replacing YYYY MM with the meeting's year and month, e.g. `2025 01`) |
18 |
| -- let @Benjie know the first meeting is scheduled and ask for the GraphQL Foundation calendar to be updated |
19 |
| -- (optional) ask @Benjie or a TSC member to enable agenda auto-merge: |
20 |
| - - set up branch protections on `main`, specifically requiring `EasyCLA` to pass (may require a PR to be raised to trigger EasyCLA the first time?) |
21 |
| - - uncomment the block at the top of `.github/workflows/wgutils-automerge.yml` |
22 |
| - |
23 |
| -In this README, items that need replacing are ALLCAPS and surrounded by |
24 |
| -parenthesis. We've attempted to make as much of the text as possible generic so |
25 |
| -that little customization will be needed. |
26 |
| - |
27 |
| ---- |
28 |
| - |
29 |
| -# GraphQL (NAME) Working Group |
| 1 | +# GraphQL Community Working Group |
30 | 2 |
|
31 | 3 | This working group is a subcommittee of the
|
32 | 4 | [GraphQL Working Group](https://github.com/graphql/graphql-wg) with the
|
33 | 5 | following primary purpose:
|
34 | 6 |
|
35 |
| -> (MISSION STATEMENT) |
| 7 | +Serve as the steward of GraphQL's global narrative and market positioning in the technology ecosystem. We develop and execute strategic initiatives that reinforce GraphQL's value proposition while fostering an engaged, educated, and expanding community. |
36 | 8 |
|
37 | 9 | Anyone in the public GraphQL community may attend a meeting of this
|
38 | 10 | subcommittee, provided they first sign the
|
|
0 commit comments