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
committerMyles Borins <mylesborins@google.com>2019-12-18 02:21:07 +0300
commiteb6443dc11d45a7cd008e296ab13e5f9186aa4ca (patch)
treebbec33ea428153ec99afe3de9f41b3cce6ea9ad5 /doc
parentf62a7679a30fb02739e6cba2206fbabe6372a332 (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