diff --git a/agendas/2025/02-Feb/13-community-working-group-february-2025.md b/agendas/2025/02-Feb/13-community-working-group-february-2025.md new file mode 100644 index 0000000..04f7eb1 --- /dev/null +++ b/agendas/2025/02-Feb/13-community-working-group-february-2025.md @@ -0,0 +1,44 @@ +| This is an open meeting: To attend, edit and PR this file. (Edit: ✎ above, or press "e") | +| ---------------------------------------------------------------------------------------- | + +# Community Working Group — February 2025 + +- **Date & Time**: + [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) + - View the [calendar][], or subscribe ([Google Calendar][], [ical file][]). + - _Please Note:_ The date or time may change. Please check this agenda the + week of the meeting to confirm. While we try to keep all calendars accurate, + this agenda document is the source of truth. +- **Video Conference Link**: https://zoom.us/j/93104287544 + - _Password:_ community +- **Live Notes**: [Live Notes][] + +[calendar]: + https://calendar.google.com/calendar/embed?src=linuxfoundation.org_ik79t9uuj2p32i3r203dgv5mo8%40group.calendar.google.com +[google calendar]: + https://calendar.google.com/calendar?cid=bGludXhmb3VuZGF0aW9uLm9yZ19pazc5dDl1dWoycDMyaTNyMjAzZGd2NW1vOEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t +[ical file]: + https://calendar.google.com/calendar/ical/linuxfoundation.org_ik79t9uuj2p32i3r203dgv5mo8%40group.calendar.google.com/public/basic.ics +[live notes]: + https://docs.google.com/document/d/1Rc7Lku5rQlqFu65PosBXSWWrPXw5zQmYWVWjiTg0qZA/edit?usp=sharing + +## Attendees + + +| Name | GitHub | Organization | Location | +| :--------------- | :------------ | :----------------- | :-------------------- | + +## Agenda + +1. Agree to Membership Agreement, Participation & Contribution Guidelines and + Code of Conduct (1m, Host) + - [Specification Membership Agreement](https://github.com/graphql/foundation) + - [Participation Guidelines](https://github.com/graphql/graphql-wg#participation-guidelines) + - [Contribution Guide](https://github.com/graphql/graphql-spec/blob/main/CONTRIBUTING.md) + - [Code of Conduct](https://github.com/graphql/foundation/blob/master/CODE-OF-CONDUCT.md) +1. Introduction of attendees (5m, Host) +1. Determine volunteers for note taking (1m, Host) +1. Review agenda (2m, Host) +1. Check for + [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) + (5m, Host) diff --git a/wg.config.js b/wg.config.js index 4e7832a..20ee7a8 100644 --- a/wg.config.js +++ b/wg.config.js @@ -4,15 +4,16 @@ const config = { name: "Community Working Group", repoUrl: "https://github.com/graphql/community-wg", - videoConferenceDetails: `https://zoom.us/j/... - - _Password:_ ...`, - liveNotesUrl: "https://docs.google.com/document/d/...", + videoConferenceDetails: `https://zoom.us/j/93104287544 + - _Password:_ community`, + liveNotesUrl: + "https://docs.google.com/document/d/1Rc7Lku5rQlqFu65PosBXSWWrPXw5zQmYWVWjiTg0qZA/edit?usp=sharing", timezone: "US/Pacific", frequency: "monthly", // For "last" set nth to -1 - nth: 1, + nth: 2, weekday: "Th", // M, Tu, W, Th, F, Sa, Su - time: "10:30-12:00", // 24-hour clock, range + time: "08:00-09:00", // 24-hour clock, range attendeesTemplate: `\ | Name | GitHub | Organization | Location | | :--------------- | :------------ | :----------------- | :-------------------- |