Skip to content

Commit 4e9bf93

Browse files
committed
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 <[email protected]> PR-URL: #1250
1 parent e84dd5f commit 4e9bf93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ $ git checkout -b my-feature-branch -t origin/v1.x
7979

8080
### Step 3: Commit
8181

82-
Make sure git knows your name and email address:
82+
Make sure git knows your real name and email address:
8383

8484
```text
85-
$ git config --global user.name "J. Random User"
86-
$ git config --global user.email "j.random.user@example.com"
85+
$ git config --global user.name "Jon Doe"
86+
$ git config --global user.email "jon.doe@example.com"
8787
```
8888

8989
Writing good commit logs is important. A commit log should describe what

0 commit comments

Comments
 (0)