GitHub - nodejs/code-and-learn: A series of workshop sprints for Node.js. (original) (raw)

Code + Learn

Code + Learn is an in-person (and free) event series where developers receive mentoring from Node.js Core contributors to learn the step-by-step process of contributing to Node.js Core.

Purpose

Code & Learn events allow you to get started (or go further) with Node.js core contributions. Experienced contributors help guide you through your first (or second or third or fourth) commit to Node.js core. They also are available to provide impromptu guided tours through specific areas of Node.js core source code.

Getting started

git clone ;

git remote add upstream https://github.com/nodejs/node.git

git config --global user.name "J. Q. User" git config --global user.email "j.q.user@example.com"