File tree 1 file changed +9
-4
lines changed
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:
80
80
$ git config user.name "J. Random User"
81
81
$ git config user.email "[email protected] "
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
You can’t perform that action at this time.
0 commit comments