From 411b836a80464aed2b23c2f61678674d3597dc2e Mon Sep 17 00:00:00 2001 From: Tracy Hinds Date: Thu, 10 Aug 2017 10:31:17 -0700 Subject: [PATCH 1/2] update dates for codeandlearn --- locale/en/get-involved/code-and-learn.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locale/en/get-involved/code-and-learn.md b/locale/en/get-involved/code-and-learn.md index abc4515097140..21c7d4126609c 100644 --- a/locale/en/get-involved/code-and-learn.md +++ b/locale/en/get-involved/code-and-learn.md @@ -10,9 +10,9 @@ Code & Learn events allow you to get started (or go further) with Node.js core c ## Upcoming Code + Learn Events - [Oakland on April 22, 2017](https://medium.com/the-node-js-collection/code-learn-learn-how-to-contribute-to-node-js-core-8a2dbdf9be45) -- Shanghai in July 2017 (details TBA) -- Vancouver in October 2017 (details TBA) -- Kilkenny in November 2017 (details TBA) +- Shanghai at JSConf.CN: July 2017 +- Vancouver, BC at [Node Interactive](http://events.linuxfoundation.org/events/node-interactive): October 6, 2017 +- Kilkenny, Ireland at [NodeConfEU](http://www.nodeconf.eu/): November 5, 2017 ## Past Code + Learn Events From 79a5e788227f90eb7102021c7f9acbe2473bb3d9 Mon Sep 17 00:00:00 2001 From: Tracy Hinds Date: Tue, 19 Sep 2017 17:58:15 -0400 Subject: [PATCH 2/2] add collab summit to get involved --- locale/en/get-involved/collab-summit.md | 36 +++++++++++++++++++++++++ locale/en/site.json | 8 ++++-- 2 files changed, 42 insertions(+), 2 deletions(-) create mode 100644 locale/en/get-involved/collab-summit.md diff --git a/locale/en/get-involved/collab-summit.md b/locale/en/get-involved/collab-summit.md new file mode 100644 index 0000000000000..16980cacbadf0 --- /dev/null +++ b/locale/en/get-involved/collab-summit.md @@ -0,0 +1,36 @@ +--- +title: Collab Summit +layout: contribute.hbs +--- + +# Collab Summit +Collaboration Summit is an un-conference for bringing current and +potential contributors together to discuss Node.js with lively collaboration, +education, and knowledge sharing. Committees and working groups come together +twice per year to make important decisions while also being able to work on some +exciting efforts they want to push forward in-person. + +## Who attends? + +Anyone is welcome to attend Collab Summit. Conversations can move fast as +working groups have a lot of context. However, this Fall's instance of Collab +Summit will include a morning [Code + Learn](https://nodejs.org/en/get-involved/code-and-learn/) +to learn how to contribute prior to congregating for the summit. During the +summit, leaders will help onboard new contributors to groups they'd love to help +prior to integrating them into the working sessions. + +This is your opportunity to learn what is happening within the community to jump +in and contribute with the skills you have and would like to hone. + +Working groups will put together a schedule so that people can +familiarize themselves before folks get onsite, having the general collaborator +discussions, and then dive into breakout sessions. + +We'd love to see you at Collab Summit! Check out the [Summit repo](https://github.com/nodejs/summit) +for [issues filed](https://github.com/nodejs/summit/issues) that share what +individual working groups and committees are looking to discuss in-person. + +## Past Collab Summit events +- Berlin in May 2017 +- Austin in December 2016 +- Amsterdam in September 2016 diff --git a/locale/en/site.json b/locale/en/site.json index 75f38bd64cc1c..d01a9c21fca5f 100644 --- a/locale/en/site.json +++ b/locale/en/site.json @@ -144,6 +144,10 @@ "link": "get-involved/code-and-learn", "text": "Code + Learn" }, + "collab-summit": { + "link": "get-involved/collab-summit", + "text": "Collab Summit" + }, "contribute": { "link": "get-involved/contribute", "text": "Contribute" @@ -157,11 +161,11 @@ "text": "Conduct" } }, - "security": { + "security": { "link": "security", "text": "Security" }, - "blog": { + "blog": { "link": "blog", "text": "News" },