From 8d97ad1e04336a81f167f24198f372fe5286fe99 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 25 Sep 2016 14:48:59 -0700 Subject: [PATCH] doc: encourage 2FA before onboarding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In the onboarding document, add a note to ask the new Collaborator if they are using two-factor authentication on their GitHub account. If they are not, suggest that they enable it as their account will have elevated privileges in many of the Node.js repositories. PR-URL: https://github.com/nodejs/node/pull/8776 Reviewed-By: Anna Henningsen Reviewed-By: Ilkka Myller Reviewed-By: Сковорода Никита Андреевич Reviewed-By: Johan Bergstrom Reviewed-By: Robert Jefe Lindstaedt Reviewed-By: Myles Borins Reviewed-By: James M Snell --- doc/onboarding.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/onboarding.md b/doc/onboarding.md index 1d478fb054e995..a30f4dd9efbd03 100644 --- a/doc/onboarding.md +++ b/doc/onboarding.md @@ -3,6 +3,14 @@ This document is an outline of the things we tell new Collaborators at their onboarding session. +## One week before the onboarding session + +* Ask the new Collaborator if they are using two-factor authentication on their + GitHub account. If they are not, suggest that they enable it as their account + will have elevated privileges in many of the Node.js repositories. + +## Fifteen minutes before the onboarding session + * Prior to the onboarding session, add the new Collaborators to [the Collaborators team](https://github.com/orgs/nodejs/teams/collaborators).