| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -34,9 +34,11 @@ | |||
| 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 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments