Skip to content

Commit a304d1e

Browse files
marco-ippolitoruyadorno
authored andcommitted
doc: link maintaining deps to pull-request.md
PR-URL: #49716 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent 3529448 commit a304d1e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/contributing/pull-requests.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@
3434
## Dependencies
3535

3636
Node.js has several bundled dependencies in the _deps/_ and the _tools/_
37-
directories that are not part of the project proper. Changes to files in those
38-
directories should be sent to their respective projects. Do not send a patch to
39-
Node.js. We cannot accept such patches.
37+
directories that are not part of the project proper.
38+
These are detailed in the [maintaining dependencies][] document.
39+
Changes to files in those directories should be sent
40+
to their respective projects.
41+
Do not send a patch to Node.js. We cannot accept such patches.
4042

4143
In case of doubt, open an issue in the
4244
[issue tracker](https://github.com/nodejs/node/issues/) or contact one of the
@@ -590,6 +592,7 @@ More than one subsystem may be valid for any particular issue or pull request.
590592
[guide for writing tests in Node.js]: writing-tests.md
591593
[hiding-a-comment]: https://help.github.com/articles/managing-disruptive-comments/#hiding-a-comment
592594
[https://ci.nodejs.org/]: https://ci.nodejs.org/
595+
[maintaining dependencies]: ./maintaining/maintaining-dependencies.md
593596
[nodejs/core-validate-commit]: https://github.com/nodejs/core-validate-commit/blob/main/lib/rules/subsystem.js
594597
[pull request template]: https://raw.githubusercontent.com/nodejs/node/HEAD/.github/PULL_REQUEST_TEMPLATE.md
595598
[running tests]: ../../BUILDING.md#running-tests

0 commit comments

Comments
 (0)