We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08acf13 commit 5e609e9Copy full SHA for 5e609e9
CONTRIBUTING.md
@@ -79,11 +79,11 @@ $ git checkout -b my-feature-branch -t origin/v1.x
79
80
### Step 3: Commit
81
82
-Make sure git knows your real name and email address:
+Make sure git knows your name and email address:
83
84
```text
85
-$ git config --global user.name "Jon Doe"
86
-$ 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"
87
```
88
89
Writing good commit logs is important. A commit log should describe what
0 commit comments