Update CONTRIBUTE.md

Minor update to the docs. Messed up the previous PR for this.

Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
pull/13081/head
Robert Sirchia 1 year ago
parent e90b456d65
commit 35e91dcb8b

@ -66,6 +66,12 @@ 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 If you set your `user.name` and `user.email` git configs, you can sign your commit automatically
with `git commit -s`. 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
```
Note: If your git config information is set properly then viewing the `git log` information for your Note: If your git config information is set properly then viewing the `git log` information for your
commit will look something like this: commit will look something like this:

Loading…
Cancel
Save