| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2875f72 commit 9b4403d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -80,10 +80,15 @@ It is recommended to configure `git` so that it knows who you are: | |||
| 80 | 80 | $ git config user.name "J. Random User" | |
| 81 | 81 | $ git config user.email "j.random.user@example.com" | |
| 82 | 82 | ``` | |
| 83 | - Please make sure this local email is also added to your | ||
| 84 | - [GitHub email list](https://github.com/settings/emails) so that your commits | ||
| 85 | - will be properly associated with your account and you will be promoted | ||
| 86 | - to Contributor once your first commit is landed. | ||
| 83 | + | ||
| 84 | + You can use any name/email address you prefer here. We only use the | ||
| 85 | + metadata generated by `git` using this configuration for properly attributing | ||
| 86 | + your changes to you in the `AUTHORS` file and the changelog. | ||
| 87 | + | ||
| 88 | + If you would like for the Github UI to link the commit to your account | ||
| 89 | + and award you the `Contributor` label after the changes have been merged, | ||
| 90 | + make sure this local email is also added to your | ||
| 91 | + [GitHub email list](https://github.com/settings/emails). | ||
| 87 | 92 | ||
| 88 | 93 | ### Step 2: Branch | |
| 89 | 94 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments