File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 34
34
## Dependencies
35
35
36
36
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.
40
42
41
43
In case of doubt, open an issue in the
42
44
[ 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.
590
592
[ guide for writing tests in Node.js ] : writing-tests.md
591
593
[ hiding-a-comment ] : https://help.github.com/articles/managing-disruptive-comments/#hiding-a-comment
592
594
[ https://ci.nodejs.org/ ] : https://ci.nodejs.org/
595
+ [ maintaining dependencies ] : ./maintaining/maintaining-dependencies.md
593
596
[ nodejs/core-validate-commit ] : https://github.com/nodejs/core-validate-commit/blob/main/lib/rules/subsystem.js
594
597
[ pull request template ] : https://raw.githubusercontent.com/nodejs/node/HEAD/.github/PULL_REQUEST_TEMPLATE.md
595
598
[ running tests ] : ../../BUILDING.md#running-tests
You can’t perform that action at this time.
0 commit comments