From 651ab3f58e08994f247d03aca2e0f9ada35f8fd3 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 20 Jun 2019 13:31:05 -0600 Subject: [PATCH] doc: remove "note that" from pull-requests.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: https://github.com/nodejs/remark-preset-lint-node/pull/16 PR-URL: https://github.com/nodejs/node/pull/28329 Reviewed-By: Gus Caplan Reviewed-By: Trivikram Kamat Reviewed-By: Tobias Nießen Reviewed-By: Ruben Bridgewater --- doc/guides/contributing/pull-requests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/contributing/pull-requests.md b/doc/guides/contributing/pull-requests.md index da0a8098db2121..c48738734b2614 100644 --- a/doc/guides/contributing/pull-requests.md +++ b/doc/guides/contributing/pull-requests.md @@ -134,8 +134,8 @@ $ git add my/changed/files $ git commit ``` -Note that multiple commits often get squashed when they are landed (see the -notes about [commit squashing](#commit-squashing)). +Multiple commits often get squashed when they are landed. See the +notes about [commit squashing](#commit-squashing). #### Commit message guidelines