Skip to content

Commit

Permalink
Create first agenda (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie authored Feb 4, 2025
2 parents 299c16d + 394c543 commit 731b972
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 5 deletions.
44 changes: 44 additions & 0 deletions agendas/2025/02-Feb/13-community-working-group-february-2025.md
Original file line number Diff line number Diff line change
@@ -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

<!-- prettier-ignore -->
| 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)
11 changes: 6 additions & 5 deletions wg.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| :--------------- | :------------ | :----------------- | :-------------------- |
Expand Down

0 comments on commit 731b972

Please sign in to comment.