From 13ff2c2e7825a237b12d8126fcb89dea253b72e6 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Thu, 23 Jul 2020 15:59:30 -0400 Subject: [PATCH 1/3] add templates for next 10 years team Signed-off-by: Michael Dawson --- templates/invited_next10 | 1 + templates/meeting_base_next10 | 11 +++++++++++ templates/minutes_base_next10 | 28 ++++++++++++++++++++++++++++ templates/observers_next10 | 1 + 4 files changed, 41 insertions(+) create mode 100644 templates/invited_next10 create mode 100644 templates/meeting_base_next10 create mode 100644 templates/minutes_base_next10 create mode 100644 templates/observers_next10 diff --git a/templates/invited_next10 b/templates/invited_next10 new file mode 100644 index 0000000..f93a62f --- /dev/null +++ b/templates/invited_next10 @@ -0,0 +1 @@ +*Next 10 years team: @nodejs/next10 diff --git a/templates/meeting_base_next10 b/templates/meeting_base_next10 new file mode 100644 index 0000000..fd0d99e --- /dev/null +++ b/templates/meeting_base_next10 @@ -0,0 +1,11 @@ +CALENDAR_FILTER="Node.js Next 10 years" +CALENDAR_ID="nodejs.org_nr77ama8p7d7f9ajrpnu506c98@group.calendar.google.com" +USER="nodejs" +REPO="next10" +GROUP_NAME="Next 10 Years team" +JOINING_INSTRUCTIONS=" + +* link for participants: https://zoom.us/j/99950131676 + +* For those who just want to watch: We stream our conference call straight to YouTube so anyone can listen to it live, it should start playing at https://www.youtube.com/c/nodejs+foundation/live when we turn it on. There's usually a short cat-herding time at the start of the meeting and then occasionally we have some quick private business to attend to before we can start recording & streaming. So be patient and it should show up. +* youtube admin page: https://www.youtube.com/my_live_events?filter=scheduled" diff --git a/templates/minutes_base_next10 b/templates/minutes_base_next10 new file mode 100644 index 0000000..5a113cb --- /dev/null +++ b/templates/minutes_base_next10 @@ -0,0 +1,28 @@ +# $TITLE$ + +## Links + +* **Recording**: +* **GitHub Issue**: $GITHUB_ISSUE$ + +## Present + +$INVITED$ +$OBSERVERS$ + +## Agenda + +## Announcements + +*Extracted from **next10-agenda** labelled issues and pull requests from the **nodejs org** prior to the meeting. + +$AGENDA_CONTENT$ + +## Q&A, Other + +## Upcoming Meetings + +* **Node.js Foundation Calendar**: https://nodejs.org/calendar + +Click `+GoogleCalendar` at the bottom right to add to your own Google calendar. + diff --git a/templates/observers_next10 b/templates/observers_next10 new file mode 100644 index 0000000..8d1c8b6 --- /dev/null +++ b/templates/observers_next10 @@ -0,0 +1 @@ + From 87ef5f1030cc54bbab21134fe168cf57a35897f9 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Mon, 27 Jul 2020 15:01:30 -0400 Subject: [PATCH 2/3] squash: update to agreed repo name --- templates/meeting_base_next10 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/meeting_base_next10 b/templates/meeting_base_next10 index fd0d99e..fc5fd80 100644 --- a/templates/meeting_base_next10 +++ b/templates/meeting_base_next10 @@ -1,7 +1,7 @@ CALENDAR_FILTER="Node.js Next 10 years" CALENDAR_ID="nodejs.org_nr77ama8p7d7f9ajrpnu506c98@group.calendar.google.com" USER="nodejs" -REPO="next10" +REPO="next-10" GROUP_NAME="Next 10 Years team" JOINING_INSTRUCTIONS=" From 2e7301b2cd6ef246b7f4ec9c76775b103e37d364 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Mon, 27 Jul 2020 15:02:15 -0400 Subject: [PATCH 3/3] squash: update to agree team name --- templates/invited_next10 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/invited_next10 b/templates/invited_next10 index f93a62f..63a9536 100644 --- a/templates/invited_next10 +++ b/templates/invited_next10 @@ -1 +1 @@ -*Next 10 years team: @nodejs/next10 +*Next 10 years team: @nodejs/next-10