From f838b461cd45702f6347a58efc0b839281f6cc51 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Fri, 20 Oct 2017 18:51:19 +0300 Subject: [PATCH] meta: add note about email sync to CONTRIBUTING.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/16340 Reviewed-By: Anatoli Papirovski Reviewed-By: James M Snell Reviewed-By: Jeremiah Senkpiel Reviewed-By: Michaël Zasso Reviewed-By: Colin Ihrig Reviewed-By: Tobias Nießen Reviewed-By: Yuta Hiroto Reviewed-By: Gireesh Punathil Reviewed-By: Gibson Fahnestock Refs: https://github.com/nodejs/node/pull/16339#issuecomment-338240029 --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b69f2e0708fa9c..71520d18e0a7ee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -75,6 +75,10 @@ Create a branch and start hacking: ```text $ git checkout -b my-branch -t origin/master ``` +Please make sure this local email is also added to your +[GitHub email list](https://github.com/settings/emails) so that your commits +will be properly associated with your account and you will be promoted +to Contributor once your first commit is landed. Any text you write should follow the [Style Guide](doc/STYLE_GUIDE.md), including comments and API documentation.