Skip to content

Commit f18aa14

Browse files
GeoffreyBoothdanielleadams
authored andcommitted
doc: link to commit queue guide
PR-URL: #41030 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 1572db3 commit f18aa14

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/guides/collaborator-guide.md

+6
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* [Deprecations](#deprecations)
2727
* [Involving the TSC](#involving-the-tsc)
2828
* [Landing pull requests](#landing-pull-requests)
29+
* [Using the commit queue GitHub labels](#using-the-commit-queue-github-labels)
2930
* [Using `git-node`](#using-git-node)
3031
* [Technical HOWTO](#technical-howto)
3132
* [Troubleshooting](#troubleshooting)
@@ -512,6 +513,10 @@ settings are to their liking.
512513
All commits should be self-contained, meaning every commit should pass all
513514
tests. This makes it much easier when bisecting to find a breaking change.
514515

516+
### Using the commit queue GitHub labels
517+
518+
See the [commit queue guide][commit-queue.md].
519+
515520
### Using `git-node`
516521

517522
In most cases, using [the `git-node` command][git-node] of [`node-core-utils`][]
@@ -922,6 +927,7 @@ need to be attached anymore, as only important bugfixes will be included.
922927
[backporting guide]: backporting-to-release-lines.md
923928
[commit message guidelines]: contributing/pull-requests.md#commit-message-guidelines
924929
[commit-example]: https://github.com/nodejs/node/commit/b636ba8186
930+
[commit-queue.md]: ./commit-queue.md
925931
[git-email]: https://help.github.com/articles/setting-your-commit-email-address-in-git/
926932
[git-node]: https://github.com/nodejs/node-core-utils/blob/HEAD/docs/git-node.md
927933
[git-node-metadata]: https://github.com/nodejs/node-core-utils/blob/HEAD/docs/git-node.md#git-node-metadata

0 commit comments

Comments
 (0)