Merge pull request #13081 from robertsirc/Update-CONTRIBUTE.md

Update CONTRIBUTE.md
pull/13270/head
Andrew Block 1 month ago committed by GitHub
commit 273654586f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -66,6 +66,18 @@ Use your real name (sorry, no pseudonyms or anonymous contributions.)
If you set your `user.name` and `user.email` git configs, you can sign your commit automatically
with `git commit -s`.
The following command will update your git config with `user.email`:
``` bash
git config --global user.email joe.smith@example.com
```
This command will update your git config with `user.name`:
``` bash
git config --global user.name "Joe Smith"
```
Note: If your git config information is set properly then viewing the `git log` information for your
commit will look something like this:

Loading…
Cancel
Save