diff options
author | Rich Trott <rtrott@gmail.com> | 2016-09-25 14:48:59 -0700 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2016-09-28 17:23:22 -0700 |
commit | cad0423ce430c11ff527a6bac01c413ef37ea5cf (patch) | |
tree | 65b43a9fe09a1c265f494cb19860cd100b101e17 /doc/onboarding.md | |
parent | 676e624eb309855502b83a5900d63c3febc5f8d3 (diff) | |
download | node-new-cad0423ce430c11ff527a6bac01c413ef37ea5cf.tar.gz |
doc: encourage 2FA before onboarding
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 <anna@addaleax.net>
Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Johan Bergstrom <bugs@bergstroem.nu>
Reviewed-By: Robert Jefe Lindstaedt <robert.lindstaedt@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/onboarding.md')
-rw-r--r-- | doc/onboarding.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/onboarding.md b/doc/onboarding.md index 72fce01b33..e9d6a4bd24 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). |