Skip to content

Commit

Permalink
doc: simplify text in pull-requests.md
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Trott authored and MylesBorins committed Nov 17, 2019
1 parent 1e26720 commit 64cf00b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/guides/contributing/pull-requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ $ git remote add upstream https://github.com/nodejs/node.git
$ git fetch upstream
```

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

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

### Step 4: Commit

It is a recommended best practice to keep your changes as logically grouped
It is a best practice to keep your changes as logically grouped
as possible within individual commits. There is no limit to the number of
commits any single Pull Request may have, and many contributors find it easier
to review changes that are split across multiple commits.
Expand Down

0 comments on commit 64cf00b

Please sign in to comment.