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
path: root/doc
diff options
context:
space:
mode:
authorDerek Lewis <DerekNonGeneric@inf.is>2019-12-13 00:47:31 +0300
committerRuben Bridgewater <ruben@bridgewater.de>2019-12-15 17:02:07 +0300
commitb4281403d57bd8c205337359eaa4f9475de9dae9 (patch)
treeb7cebc9db63a2d06a8b684e0d5462f5468b60305 /doc
parentab599898617f222679b200fe78d3eb0e974bfa69 (diff)
doc: clarify expectations for PR commit messages
Prior to this commit, new contributors were suggested to use a utility to validate commit messages. Although not inaccurate, this utility produces misleading results. * Remove reference to `core-validate-commit` PR-URL: https://github.com/nodejs/node/pull/30922 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/guides/contributing/pull-requests.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/guides/contributing/pull-requests.md b/doc/guides/contributing/pull-requests.md
index cd1bccd20cd..7f4ab4e83e0 100644
--- a/doc/guides/contributing/pull-requests.md
+++ b/doc/guides/contributing/pull-requests.md
@@ -192,9 +192,6 @@ One of the existing contributors will help get things situated and the
contributor landing the Pull Request will ensure that everything follows
the project guidelines.
-See [core-validate-commit](https://github.com/nodejs/core-validate-commit) -
-A utility that ensures commits follow the commit formatting guidelines.
-
### Step 5: Rebase
As a best practice, once you have committed your changes, it is a good idea