File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines 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:
8080$ git config user.name "J. Random User"
8181$ git config user.email "[email protected] " 8282```
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 ) .
8792
8893### Step 2: Branch
8994
You can’t perform that action at this time.
0 commit comments