Skip to content

Commit 731b972

Browse files
authored
Create first agenda (#7)
2 parents 299c16d + 394c543 commit 731b972

File tree

2 files changed

+50
-5
lines changed

2 files changed

+50
-5
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
| This is an open meeting: To attend, edit and PR this file. (Edit: ✎ above, or press "e") |
2+
| ---------------------------------------------------------------------------------------- |
3+
4+
# Community Working Group — February 2025
5+
6+
- **Date & Time**:
7+
[February 13, 2025, 8:00 – 9:00 AM PST](https://www.timeanddate.com/worldclock/converter.html?iso=20250213T160000&p1=224&p2=179&p3=136&p4=268&p5=367&p6=438&p7=248&p8=240)
8+
- View the [calendar][], or subscribe ([Google Calendar][], [ical file][]).
9+
- _Please Note:_ The date or time may change. Please check this agenda the
10+
week of the meeting to confirm. While we try to keep all calendars accurate,
11+
this agenda document is the source of truth.
12+
- **Video Conference Link**: https://zoom.us/j/93104287544
13+
- _Password:_ community
14+
- **Live Notes**: [Live Notes][]
15+
16+
[calendar]:
17+
https://calendar.google.com/calendar/embed?src=linuxfoundation.org_ik79t9uuj2p32i3r203dgv5mo8%40group.calendar.google.com
18+
[google calendar]:
19+
https://calendar.google.com/calendar?cid=bGludXhmb3VuZGF0aW9uLm9yZ19pazc5dDl1dWoycDMyaTNyMjAzZGd2NW1vOEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t
20+
[ical file]:
21+
https://calendar.google.com/calendar/ical/linuxfoundation.org_ik79t9uuj2p32i3r203dgv5mo8%40group.calendar.google.com/public/basic.ics
22+
[live notes]:
23+
https://docs.google.com/document/d/1Rc7Lku5rQlqFu65PosBXSWWrPXw5zQmYWVWjiTg0qZA/edit?usp=sharing
24+
25+
## Attendees
26+
27+
<!-- prettier-ignore -->
28+
| Name | GitHub | Organization | Location |
29+
| :--------------- | :------------ | :----------------- | :-------------------- |
30+
31+
## Agenda
32+
33+
1. Agree to Membership Agreement, Participation & Contribution Guidelines and
34+
Code of Conduct (1m, Host)
35+
- [Specification Membership Agreement](https://github.com/graphql/foundation)
36+
- [Participation Guidelines](https://github.com/graphql/graphql-wg#participation-guidelines)
37+
- [Contribution Guide](https://github.com/graphql/graphql-spec/blob/main/CONTRIBUTING.md)
38+
- [Code of Conduct](https://github.com/graphql/foundation/blob/master/CODE-OF-CONDUCT.md)
39+
1. Introduction of attendees (5m, Host)
40+
1. Determine volunteers for note taking (1m, Host)
41+
1. Review agenda (2m, Host)
42+
1. Check for
43+
[ready for review agenda items](https://github.com/graphql/community-wg/issues?q=is%3Aissue+is%3Aopen+label%3A%22Ready+for+review+%F0%9F%99%8C%22+sort%3Aupdated-desc)
44+
(5m, Host)

wg.config.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@
44
const config = {
55
name: "Community Working Group",
66
repoUrl: "https://github.com/graphql/community-wg",
7-
videoConferenceDetails: `https://zoom.us/j/...
8-
- _Password:_ ...`,
9-
liveNotesUrl: "https://docs.google.com/document/d/...",
7+
videoConferenceDetails: `https://zoom.us/j/93104287544
8+
- _Password:_ community`,
9+
liveNotesUrl:
10+
"https://docs.google.com/document/d/1Rc7Lku5rQlqFu65PosBXSWWrPXw5zQmYWVWjiTg0qZA/edit?usp=sharing",
1011
timezone: "US/Pacific",
1112
frequency: "monthly",
1213
// For "last" set nth to -1
13-
nth: 1,
14+
nth: 2,
1415
weekday: "Th", // M, Tu, W, Th, F, Sa, Su
15-
time: "10:30-12:00", // 24-hour clock, range
16+
time: "08:00-09:00", // 24-hour clock, range
1617
attendeesTemplate: `\
1718
| Name | GitHub | Organization | Location |
1819
| :--------------- | :------------ | :----------------- | :-------------------- |

0 commit comments

Comments
 (0)