diff options
author | Jeremiah Senkpiel <fishrock123@rocketmail.com> | 2015-03-26 15:03:11 -0400 |
---|---|---|
committer | Jeremiah Senkpiel <fishrock123@rocketmail.com> | 2015-03-26 17:50:45 -0400 |
commit | 5e609e93241f4a8d8f8e3100074240c878434ce1 (patch) | |
tree | c9949efe9182ba11ca803cf4a3e4ad23ef72fb5c /CONTRIBUTING.md | |
parent | 08acf1352c48aa867ed304db2ca088b2c95e40a4 (diff) | |
download | node-new-5e609e93241f4a8d8f8e3100074240c878434ce1.tar.gz |
Revert "doc: clarify real name requirement"
This reverts commit 4e9bf93e9c645f33446f7d47005868ffcb3d281e.
PR-URL: https://github.com/iojs/io.js/pull/1276
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Rod Vagg <rod@vagg.org>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6fae394147..c88e3c7b90 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 real name and email address: +Make sure git knows your name and email address: ```text -$ git config --global user.name "Jon Doe" -$ git config --global user.email "jon.doe@example.com" +$ git config --global user.name "J. Random User" +$ git config --global user.email "j.random.user@example.com" ``` Writing good commit logs is important. A commit log should describe what |