summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2017-10-20 18:51:19 +0300
committerGireesh Punathil <gpunathi@in.ibm.com>2017-10-21 15:53:02 +0530
commit6d4c68523d235545f14e1961dcef68d174b00d55 (patch)
treeb19ce7db5c237cca472d590d1f414d5f51f123fc /CONTRIBUTING.md
parent5018156628a596fff04681826bf2d45423ef4ba1 (diff)
downloadandroid-node-v8-6d4c68523d235545f14e1961dcef68d174b00d55.tar.gz
android-node-v8-6d4c68523d235545f14e1961dcef68d174b00d55.tar.bz2
android-node-v8-6d4c68523d235545f14e1961dcef68d174b00d55.zip
meta: add note about email sync to CONTRIBUTING.md
PR-URL: https://github.com/nodejs/node/pull/16340 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Refs: https://github.com/nodejs/node/pull/16339#issuecomment-338240029
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2336deb728..2f63dd29d7 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -242,6 +242,10 @@ who you are:
$ git config --global user.name "J. Random User"
$ git config --global user.email "j.random.user@example.com"
```
+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.
#### Step 1: Fork