Skip to content

Commit 04ffa49

Browse files
Trotttargos
authored andcommitted
doc: simplify text in pull-requests.md
Mostly, this replaces "It is recommended to do X" with "Do X." PR-URL: #30458 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Denys Otrishko <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 5c88500 commit 04ffa49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/guides/contributing/pull-requests.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ $ git remote add upstream https://github.com/nodejs/node.git
7373
$ git fetch upstream
7474
```
7575

76-
It is recommended to configure `git` so that it knows who you are:
76+
Configure `git` so that it knows who you are:
7777

7878
```text
7979
$ git config user.name "J. Random User"
@@ -125,7 +125,7 @@ For contributing C++ code, you may want to look at the
125125

126126
### Step 4: Commit
127127

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
129129
as possible within individual commits. There is no limit to the number of
130130
commits any single Pull Request may have, and many contributors find it easier
131131
to review changes that are split across multiple commits.

0 commit comments

Comments
 (0)