Skip to content

Commit 8aad81d

Browse files
iam-frankqiuBethGriggs
authored andcommittedSep 21, 2021
doc: add full list of subsystems
PR-URL: #39971 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Qingyu Deng <i@ayase-lab.com>
1 parent f666f5a commit 8aad81d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎doc/guides/contributing/pull-requests.md

+3
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,8 @@ If you want to know more about the code review and the landing process, see the
579579
* `test`
580580
* `tools`
581581

582+
You can find the full list of supported subsystems in the
583+
[nodejs/core-validate-commit][] repository.
582584
More than one subsystem may be valid for any particular issue or pull request.
583585

584586
[Building guide]: ../../../BUILDING.md
@@ -591,5 +593,6 @@ More than one subsystem may be valid for any particular issue or pull request.
591593
[guide for writing tests in Node.js]: ../writing-tests.md
592594
[hiding-a-comment]: https://help.github.com/articles/managing-disruptive-comments/#hiding-a-comment
593595
[https://ci.nodejs.org/]: https://ci.nodejs.org/
596+
[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)
Please sign in to comment.