File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ $ git remote add upstream https://github.com/nodejs/node.git
73
73
$ git fetch upstream
74
74
```
75
75
76
- It is recommended to configure ` git ` so that it knows who you are:
76
+ Configure ` git ` so that it knows who you are:
77
77
78
78
``` text
79
79
$ git config user.name "J. Random User"
@@ -125,7 +125,7 @@ For contributing C++ code, you may want to look at the
125
125
126
126
### Step 4: Commit
127
127
128
- It is a recommended best practice to keep your changes as logically grouped
128
+ It is a best practice to keep your changes as logically grouped
129
129
as possible within individual commits. There is no limit to the number of
130
130
commits any single Pull Request may have, and many contributors find it easier
131
131
to review changes that are split across multiple commits.
You can’t perform that action at this time.
0 commit comments