From: Roman Reiss Date: Tue, 24 Mar 2015 21:53:31 +0000 (+0100) Subject: doc: clarify real name requirement X-Git-Tag: v1.6.3~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e9bf93e9c645f33446f7d47005868ffcb3d281e;p=platform%2Fupstream%2Fnodejs.git 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 PR-URL: https://github.com/iojs/io.js/pull/1250 --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c88e3c7..6fae394 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