Skip to content

Commit 9a06a6f

Browse files
authored
Create agendas up to 2025-06 (#336)
1 parent 9596493 commit 9a06a6f

File tree

2 files changed

+234
-0
lines changed

2 files changed

+234
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
<!--
2+
3+
# How to join (copied directly from /JoiningAMeeting.md)
4+
5+
Hello! You're welcome to join our subcommittee meeting and add to the agenda by
6+
following these three steps:
7+
8+
1. Add your name to the list of attendees (in alphabetical order).
9+
10+
- To respect meeting size, attendees should be relevant to the agenda. That
11+
means we expect most who join the meeting to participate in discussion. If
12+
you'd rather just watch, check out our YouTube[1].
13+
14+
- Please include the organization (or project) you represent, and the
15+
location (including country code[2]) you expect to be located in during
16+
the meeting.
17+
18+
- If you're willing to help take notes, add "✏️" after your name (eg. Ada
19+
Lovelace ✏). This is hugely helpful!
20+
21+
2. If relevant, add your topic to the agenda (sorted by expected time).
22+
23+
- Every agenda item has four parts: 1) the topic, 2) an expected time
24+
constraint, 3) who's leading the discussion, and 4) a list of any relevant
25+
links (RFC docs, issues, PRs, presentations, etc). Follow the format of
26+
existing agenda items.
27+
28+
- Know what you want to get out of the agenda topic - what feedback do you
29+
need? What questions do you need answered? Are you looking for consensus
30+
or just directional feedback?
31+
32+
- If your topic is a new proposal it's likely an "RFC 0"[3]. The barrier of
33+
entry for documenting new proposals is intentionally low, writing a few
34+
sentences about the problem you're trying to solve and the rough shape of
35+
your proposed solution is normally sufficient.
36+
37+
You can create a link for this:
38+
39+
- As an issue against this repo.
40+
- As a GitHub discussion in this repo.
41+
- As an RFC document into the rfcs/ folder of this repo.
42+
43+
3. Review our guidelines and agree to our Spec Membership & CLA.
44+
45+
- Review and understand our Spec Membership Agreement, Participation &
46+
Contribution Guidelines, and Code of Conduct. You'll find links to these
47+
in the first agenda item of every meeting.
48+
49+
- If this is your first time, our bot will comment on your Pull Request with
50+
a link to our Spec Membership & CLA. Please follow along and agree before
51+
your PR is merged.
52+
53+
Your organization may sign this for all of its members. To set this up,
54+
please ask [email protected].
55+
56+
PLEASE TAKE NOTE:
57+
58+
- By joining this meeting you must agree to the Specification Membership
59+
Agreement and Code of Conduct.
60+
61+
- Meetings are recorded and made available on YouTube[1], by joining you consent
62+
to being recorded.
63+
64+
[1] Youtube: https://www.youtube.com/channel/UCERcwLeheOXp_u61jEXxHMA [2]
65+
Country codes:
66+
https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes#Current_ISO_3166_country_codes
67+
[3] RFC stages:
68+
https://github.com/graphql/graphql-spec/blob/main/CONTRIBUTING.md#rfc-contribution-stages
69+
70+
71+
-->
72+
73+
| This is an open meeting: To attend, read [JoiningAMeeting.md][] then edit and PR this file. (Edit: ✎ above, or press "e") |
74+
| ---------------------------------------------------------------------------------------- |
75+
76+
# GraphQL-over-HTTP WG — May 2025
77+
78+
The GraphQL-over-HTTP Working Group meets regularly to discuss changes to the
79+
[GraphQL-over-HTTP Specification](https://graphql.github.io/graphql-over-http/).
80+
This is an open meeting in which anyone in the GraphQL community may attend.
81+
82+
We typically meet on the last Thursday of the month.
83+
84+
- **Date & Time**: [May 29, 2025, 6:00 – 7:00 PM UTC](https://www.timeanddate.com/worldclock/converter.html?iso=20250529T180000&&p1=3775&p2=110&p3=24&p4=37&p5=188&p6=496&p7=676&p8=438&p9=268&p10=234&p11=78&p12=604)
85+
- View the [calendar][], or subscribe ([Google Calendar][], [ical file][]).
86+
- _Please Note:_ The date or time may change. Please check this agenda the
87+
week of the meeting to confirm. While we try to keep all calendars accurate,
88+
this agenda document is the source of truth.
89+
- **Video Conference Link**: https://zoom.us/j/92781382543
90+
- _Password:_ httpwg
91+
- **Live Notes**: [Live Notes][]
92+
93+
[calendar]: https://calendar.google.com/calendar/embed?src=linuxfoundation.org_ik79t9uuj2p32i3r203dgv5mo8%40group.calendar.google.com
94+
[google calendar]: https://calendar.google.com/calendar?cid=bGludXhmb3VuZGF0aW9uLm9yZ19pazc5dDl1dWoycDMyaTNyMjAzZGd2NW1vOEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t
95+
[ical file]: https://calendar.google.com/calendar/ical/linuxfoundation.org_ik79t9uuj2p32i3r203dgv5mo8%40group.calendar.google.com/public/basic.ics
96+
[JoiningAMeeting.md]: https://github.com/graphql/graphql-over-http/blob/main/JoiningAMeeting.md
97+
[live notes]: https://docs.google.com/document/d/1hUi3kSdcINQLWD6s8DBZIwepnqy51dwPZShDn8c1GZU/edit?usp=sharing
98+
99+
## Attendees
100+
101+
<!-- prettier-ignore -->
102+
| Name | GitHub | Organization | Location |
103+
| :------------------- | :------------ | :----------------- | :-------------------- |
104+
| Benjie Gillam (Host) | @benjie | Graphile | Chandler's Ford, UK |
105+
106+
107+
## Agenda
108+
109+
1. Agree to Membership Agreement, Participation & Contribution Guidelines and Code of Conduct (1m, Host)
110+
- [Specification Membership Agreement](https://github.com/graphql/foundation)
111+
- [Participation Guidelines](https://github.com/graphql/graphql-wg#participation-guidelines)
112+
- [Contribution Guide](https://github.com/graphql/graphql-spec/blob/main/CONTRIBUTING.md)
113+
- [Code of Conduct](https://github.com/graphql/foundation/blob/master/CODE-OF-CONDUCT.md)
114+
1. Introduction of attendees (5m, Host)
115+
1. Determine volunteers for note taking (1m, Host)
116+
1. Review agenda (2m, Host)
117+
1. Check for [ready for review agenda items](https://github.com/graphql/graphql-over-http/issues?q=is%3Aissue+is%3Aopen+label%3A%22Ready+for+review+%F0%9F%99%8C%22+sort%3Aupdated-desc) (5m, Host)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
<!--
2+
3+
# How to join (copied directly from /JoiningAMeeting.md)
4+
5+
Hello! You're welcome to join our subcommittee meeting and add to the agenda by
6+
following these three steps:
7+
8+
1. Add your name to the list of attendees (in alphabetical order).
9+
10+
- To respect meeting size, attendees should be relevant to the agenda. That
11+
means we expect most who join the meeting to participate in discussion. If
12+
you'd rather just watch, check out our YouTube[1].
13+
14+
- Please include the organization (or project) you represent, and the
15+
location (including country code[2]) you expect to be located in during
16+
the meeting.
17+
18+
- If you're willing to help take notes, add "✏️" after your name (eg. Ada
19+
Lovelace ✏). This is hugely helpful!
20+
21+
2. If relevant, add your topic to the agenda (sorted by expected time).
22+
23+
- Every agenda item has four parts: 1) the topic, 2) an expected time
24+
constraint, 3) who's leading the discussion, and 4) a list of any relevant
25+
links (RFC docs, issues, PRs, presentations, etc). Follow the format of
26+
existing agenda items.
27+
28+
- Know what you want to get out of the agenda topic - what feedback do you
29+
need? What questions do you need answered? Are you looking for consensus
30+
or just directional feedback?
31+
32+
- If your topic is a new proposal it's likely an "RFC 0"[3]. The barrier of
33+
entry for documenting new proposals is intentionally low, writing a few
34+
sentences about the problem you're trying to solve and the rough shape of
35+
your proposed solution is normally sufficient.
36+
37+
You can create a link for this:
38+
39+
- As an issue against this repo.
40+
- As a GitHub discussion in this repo.
41+
- As an RFC document into the rfcs/ folder of this repo.
42+
43+
3. Review our guidelines and agree to our Spec Membership & CLA.
44+
45+
- Review and understand our Spec Membership Agreement, Participation &
46+
Contribution Guidelines, and Code of Conduct. You'll find links to these
47+
in the first agenda item of every meeting.
48+
49+
- If this is your first time, our bot will comment on your Pull Request with
50+
a link to our Spec Membership & CLA. Please follow along and agree before
51+
your PR is merged.
52+
53+
Your organization may sign this for all of its members. To set this up,
54+
please ask [email protected].
55+
56+
PLEASE TAKE NOTE:
57+
58+
- By joining this meeting you must agree to the Specification Membership
59+
Agreement and Code of Conduct.
60+
61+
- Meetings are recorded and made available on YouTube[1], by joining you consent
62+
to being recorded.
63+
64+
[1] Youtube: https://www.youtube.com/channel/UCERcwLeheOXp_u61jEXxHMA [2]
65+
Country codes:
66+
https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes#Current_ISO_3166_country_codes
67+
[3] RFC stages:
68+
https://github.com/graphql/graphql-spec/blob/main/CONTRIBUTING.md#rfc-contribution-stages
69+
70+
71+
-->
72+
73+
| This is an open meeting: To attend, read [JoiningAMeeting.md][] then edit and PR this file. (Edit: ✎ above, or press "e") |
74+
| ---------------------------------------------------------------------------------------- |
75+
76+
# GraphQL-over-HTTP WG — June 2025
77+
78+
The GraphQL-over-HTTP Working Group meets regularly to discuss changes to the
79+
[GraphQL-over-HTTP Specification](https://graphql.github.io/graphql-over-http/).
80+
This is an open meeting in which anyone in the GraphQL community may attend.
81+
82+
We typically meet on the last Thursday of the month.
83+
84+
- **Date & Time**: [June 26, 2025, 6:00 – 7:00 PM UTC](https://www.timeanddate.com/worldclock/converter.html?iso=20250626T180000&&p1=3775&p2=110&p3=24&p4=37&p5=188&p6=496&p7=676&p8=438&p9=268&p10=234&p11=78&p12=604)
85+
- View the [calendar][], or subscribe ([Google Calendar][], [ical file][]).
86+
- _Please Note:_ The date or time may change. Please check this agenda the
87+
week of the meeting to confirm. While we try to keep all calendars accurate,
88+
this agenda document is the source of truth.
89+
- **Video Conference Link**: https://zoom.us/j/92781382543
90+
- _Password:_ httpwg
91+
- **Live Notes**: [Live Notes][]
92+
93+
[calendar]: https://calendar.google.com/calendar/embed?src=linuxfoundation.org_ik79t9uuj2p32i3r203dgv5mo8%40group.calendar.google.com
94+
[google calendar]: https://calendar.google.com/calendar?cid=bGludXhmb3VuZGF0aW9uLm9yZ19pazc5dDl1dWoycDMyaTNyMjAzZGd2NW1vOEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t
95+
[ical file]: https://calendar.google.com/calendar/ical/linuxfoundation.org_ik79t9uuj2p32i3r203dgv5mo8%40group.calendar.google.com/public/basic.ics
96+
[JoiningAMeeting.md]: https://github.com/graphql/graphql-over-http/blob/main/JoiningAMeeting.md
97+
[live notes]: https://docs.google.com/document/d/1hUi3kSdcINQLWD6s8DBZIwepnqy51dwPZShDn8c1GZU/edit?usp=sharing
98+
99+
## Attendees
100+
101+
<!-- prettier-ignore -->
102+
| Name | GitHub | Organization | Location |
103+
| :------------------- | :------------ | :----------------- | :-------------------- |
104+
| Benjie Gillam (Host) | @benjie | Graphile | Chandler's Ford, UK |
105+
106+
107+
## Agenda
108+
109+
1. Agree to Membership Agreement, Participation & Contribution Guidelines and Code of Conduct (1m, Host)
110+
- [Specification Membership Agreement](https://github.com/graphql/foundation)
111+
- [Participation Guidelines](https://github.com/graphql/graphql-wg#participation-guidelines)
112+
- [Contribution Guide](https://github.com/graphql/graphql-spec/blob/main/CONTRIBUTING.md)
113+
- [Code of Conduct](https://github.com/graphql/foundation/blob/master/CODE-OF-CONDUCT.md)
114+
1. Introduction of attendees (5m, Host)
115+
1. Determine volunteers for note taking (1m, Host)
116+
1. Review agenda (2m, Host)
117+
1. Check for [ready for review agenda items](https://github.com/graphql/graphql-over-http/issues?q=is%3Aissue+is%3Aopen+label%3A%22Ready+for+review+%F0%9F%99%8C%22+sort%3Aupdated-desc) (5m, Host)

0 commit comments

Comments
 (0)