summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorRoman Reiss <me@silverwind.io>2015-03-24 22:53:31 +0100
committerRoman Reiss <me@silverwind.io>2015-03-24 23:47:43 +0100
commit4e9bf93e9c645f33446f7d47005868ffcb3d281e (patch)
treedcc36b08d42ef29cdbfd249bd424b0a9bc48705a /CONTRIBUTING.md
parente84dd5f651e6b22cc505ab8c54a756ccc65f5c17 (diff)
downloadandroid-node-v8-4e9bf93e9c645f33446f7d47005868ffcb3d281e.tar.gz
android-node-v8-4e9bf93e9c645f33446f7d47005868ffcb3d281e.tar.bz2
android-node-v8-4e9bf93e9c645f33446f7d47005868ffcb3d281e.zip
doc: clarify real name requirement
CONTRIBUTING.md didn't make our rule for requiring real names from contributors clear enough. This commit shall clarify that part. Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> PR-URL: https://github.com/iojs/io.js/pull/1250
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c88e3c7b90..6fae394147 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -79,11 +79,11 @@ $ git checkout -b my-feature-branch -t origin/v1.x
### Step 3: Commit
-Make sure git knows your name and email address:
+Make sure git knows your real name and email address:
```text
-$ git config --global user.name "J. Random User"
-$ git config --global user.email "j.random.user@example.com"
+$ git config --global user.name "Jon Doe"
+$ git config --global user.email "jon.doe@example.com"
```
Writing good commit logs is important. A commit log should describe what