From efde12450caf0c6696674b3fe3308bb944ef7606 Mon Sep 17 00:00:00 2001 From: Roman Reiss Date: Tue, 24 Mar 2015 22:53:31 +0100 Subject: [PATCH] doc: add real name requirement to CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c88e3c7b90c783..6fae39414708cf 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