Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeng Yu <F3n67u@outlook.com>2022-06-05 20:48:08 +0300
committerGitHub <noreply@github.com>2022-06-05 20:48:08 +0300
commit93d10d62d9d7b75aee4c12ad1eb0c48f6fe8788a (patch)
treef9d97212a876e0d2e419127aa1f9a6466e97badb
parent765666a8d43f164daa75bc135e69aa5bed6c6fa6 (diff)
doc: use serial comma in pull request doc
PR-URL: https://github.com/nodejs/node/pull/43319 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
-rw-r--r--doc/contributing/pull-requests.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/contributing/pull-requests.md b/doc/contributing/pull-requests.md
index 2d4f6ace769..471ada0fb5f 100644
--- a/doc/contributing/pull-requests.md
+++ b/doc/contributing/pull-requests.md
@@ -46,7 +46,7 @@ Node.js has many channels on the
[OpenJS Foundation Slack](https://slack-invite.openjsf.org/). Interesting
channels are:
[#nodejs](https://openjs-foundation.slack.com/archives/CK9Q4MB53) for general
-help, questions and discussions.
+help, questions, and discussions.
[#nodejs-dev](https://openjs-foundation.slack.com/archives/C019Y2T6STH) for
development of Node.js core specifically.
@@ -190,7 +190,7 @@ A good commit message should describe what changed and why.
5. If your commit introduces a breaking change (`semver-major`), it should
contain an explanation about the reason of the breaking change, which
- situation would trigger the breaking change and what is the exact change.
+ situation would trigger the breaking change, and what is the exact change.
Sample complete commit message:
@@ -336,7 +336,7 @@ say so, or contact one of the other contributors in the project and seek their
input. Often such comments are the result of the reviewer having only taken a
short amount of time to review and are not ill-intended. Such issues can often
be resolved with a bit of patience. That said, reviewers should be expected to
-be helpful in their feedback, and feedback that is simply vague, dismissive and
+be helpful in their feedback, and feedback that is simply vague, dismissive, and
unhelpful is likely safe to ignore.
### Step 10: Landing
@@ -393,7 +393,7 @@ Focus first on the most significant aspects of the change:
When changes are necessary, _request_ them, do not _demand_ them, and do not
assume that the submitter already knows how to add a test or run a benchmark.
-Specific performance optimization techniques, coding styles and conventions
+Specific performance optimization techniques, coding styles, and conventions
change over time. The first impression you give to a new contributor never does.
Nits (requests for small changes that are not essential) are fine, but try to