From fb2ea8b13161f4c5de25bb787783d966b177d2c3 Mon Sep 17 00:00:00 2001 From: Erick Wendel Date: Mon, 26 May 2025 11:24:45 -0300 Subject: [PATCH 1/2] doc: add ambasssadors recurring livestream proposal --- .../advocacy-ambassador-program.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/doc/contributing/advocacy-ambassador-program.md b/doc/contributing/advocacy-ambassador-program.md index e8c7936c9412b4..e8968eab067d6e 100644 --- a/doc/contributing/advocacy-ambassador-program.md +++ b/doc/contributing/advocacy-ambassador-program.md @@ -291,3 +291,31 @@ with projects learning from one another and their users. ##### Project contacts * @bmuenzenmeyer + +## Active Programs + +### Recurring Monthly Livestreams + +As part of our ongoing community engagement strategy, we are launching a **recurring monthly livestream** on the Node.js [YouTube channel](https://www.youtube.com/@nodejs-foundation). This livestream will occur around every new major release and serve the following purposes: + +* **Break down new features**: What’s new, how to use it, and how to give feedback. +* **Contributor highlights**: Interviews with contributors and deep dives into features they’ve worked on. +* **Live tutorials**: Hands-on demonstrations of new features with calls for community feedback. + +### Host & Promotion + +Each livestream will be promoted with a structured social media campaign, including: + +* **Scheduling the event** no later than 2 weeks in advance. +* **Social media reminders** posted: + + * 2 weeks before the event + * 1 week before the event + * 1 day before the event + * 1 hour before the event + +All posts will be prepared in advance on a Pull Request in the [Node.js ambassadors repo](https://github.com/nodejs/nodejs-ambassadors) and shared for approval and scheduling. + +##### Project contacts + +* @ErickWendel From a8d60fdcbe690ca2b1495b5cd872f1f2b115b80c Mon Sep 17 00:00:00 2001 From: Erick Wendel Date: Mon, 26 May 2025 11:45:36 -0300 Subject: [PATCH 2/2] doc: fix linting errors Signed-off-by: Erick Wendel --- doc/contributing/advocacy-ambassador-program.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/contributing/advocacy-ambassador-program.md b/doc/contributing/advocacy-ambassador-program.md index e8968eab067d6e..396978bcb6953c 100644 --- a/doc/contributing/advocacy-ambassador-program.md +++ b/doc/contributing/advocacy-ambassador-program.md @@ -296,7 +296,11 @@ with projects learning from one another and their users. ### Recurring Monthly Livestreams -As part of our ongoing community engagement strategy, we are launching a **recurring monthly livestream** on the Node.js [YouTube channel](https://www.youtube.com/@nodejs-foundation). This livestream will occur around every new major release and serve the following purposes: +As part of our ongoing community engagement strategy, we are launching a +**recurring monthly livestream** on the Node.js +[YouTube channel](https://www.youtube.com/@nodejs-foundation). +This livestream will occur around every new major release and +serve the following purposes: * **Break down new features**: What’s new, how to use it, and how to give feedback. * **Contributor highlights**: Interviews with contributors and deep dives into features they’ve worked on. @@ -314,7 +318,9 @@ Each livestream will be promoted with a structured social media campaign, includ * 1 day before the event * 1 hour before the event -All posts will be prepared in advance on a Pull Request in the [Node.js ambassadors repo](https://github.com/nodejs/nodejs-ambassadors) and shared for approval and scheduling. +All posts will be prepared in advance on a Pull Request in the +[Node.js ambassadors repo](https://github.com/nodejs/nodejs-ambassadors) and +shared for approval and scheduling. ##### Project contacts