File tree Expand file tree Collapse file tree 5 files changed +52
-0
lines changed Expand file tree Collapse file tree 5 files changed +52
-0
lines changed Original file line number Diff line number Diff line change 7373 "security-collab-meeting:dev" : " node --env-file=.env create-node-meeting-artifacts.mjs security_collab" ,
7474 "loaders-meeting" : " create-meeting loaders" ,
7575 "loaders-meeting:dev" : " node --env-file=.env create-node-meeting-artifacts.mjs loaders" ,
76+ "web" : " create-meeting web" ,
77+ "web:dev" : " node --env-file=.env create-node-meeting-artifacts.mjs web" ,
7678 "web-server-frameworks-meeting" : " create-meeting web-server-frameworks" ,
7779 "web-server-frameworks-meeting:dev" : " node --env-file=.env create-node-meeting-artifacts.mjs web-server-frameworks"
7880 },
Original file line number Diff line number Diff line change 1+ * @nodejs/web
Original file line number Diff line number Diff line change 1+ CALENDAR_FILTER="Web Team Meeting"
2+ CALENDAR_ID="c_16f0ae5d3a22625175d199dbdb1cac84c2d09eab7f173e94f558417cb5cdbfd8@group.calendar.google.com"
3+ USER="nodejs"
4+ REPO="web-team"
5+ AGENDA_TAG=web-agenda
6+ GROUP_NAME="Web Team"
7+ HACKMD_TEAM_NAME="openjs-nodejs"
8+ JOINING_INSTRUCTIONS="
9+
10+ * Check LFX for your invite link. If you are having issues, reach out to @avivkeller.
11+
12+ ---
13+
14+ **Invitees**
15+
16+ Please use the following emoji reactions in this post to indicate your
17+ availability.
18+
19+ * :+1: - Attending
20+ * :-1: - Not attending
21+ * :confused: - Not sure
22+ "
Original file line number Diff line number Diff line change 1+ # $TITLE$
2+
3+ ## Links
4+
5+ * **Recording**:
6+ * **GitHub Issue**: $GITHUB_ISSUE$
7+
8+ ## Present
9+
10+ $INVITED$
11+ $OBSERVERS$
12+
13+ ## Agenda
14+
15+ ## Announcements
16+
17+ * Extracted from **web-agenda** labelled issues and pull requests from the **nodejs org** prior to the meeting.
18+
19+ $AGENDA_CONTENT$
20+
21+ ## Q&A, Other
22+
23+ ## Upcoming Meetings
24+
25+ * **Node.js Project Calendar**: <https://nodejs.org/calendar>
26+
27+ Click `+GoogleCalendar` at the bottom right to add to your own Google calendar.
You can’t perform that action at this time.
0 commit comments