Skip to content

Commit 0b2c04e

Browse files
mike-kaufmanmhdawson
authored andcommitted
Adding diag WG templates (#11)
* adding templates for diag WG meeting
1 parent 4f8c6d8 commit 0b2c04e

File tree

5 files changed

+45
-0
lines changed

5 files changed

+45
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules/
2+
client_secret.json
3+
package-lock.json

templates/invited_diag

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* Diagnostics team: @nodejs/diagnostics

templates/meeting_base_diag

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CALENDAR_FILTER="Diagnostics WG Meeting"
2+
CALENDAR_ID="[email protected]"
3+
USER="nodejs"
4+
REPO="Diagnostics"
5+
GROUP_NAME="Diagnostics WorkGroup"
6+
JOINING_INSTRUCTIONS="
7+
AGENDA_TAG="diag"
8+
9+
* link for participants: Will be added a few minutes before meeting starts
10+
* For those who just want to watch:
11+
* youtube admin page: https://www.youtube.com/my_live_events?filter=scheduled"

templates/minutes_base_diag

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# $TITLE$
2+
3+
## Links
4+
5+
* **Recording**:
6+
* **GitHub Issue**: $GITHUB_ISSUE$
7+
* **Minutes Google Doc**: $MINUTES_DOC$
8+
9+
## Present
10+
11+
$INVITED$
12+
$OBSERVERS$
13+
14+
## Agenda
15+
16+
## Announcements
17+
18+
*Extracted from **diag-agenda** labelled issues and pull requests from the **nodejs org** prior to the meeting.
19+
20+
$AGENDA_CONTENT$
21+
22+
## Q&A, Other
23+
24+
## Upcoming Meetings
25+
26+
* **Node.js Foundation Calendar**: https://nodejs.org/calendar
27+
28+
Click `+GoogleCalendar` at the bottom right to add to your own Google calendar.
29+

templates/observers_diag

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)