From f18aa14b1d41d8f973ec70261307f98f52968726 Mon Sep 17 00:00:00 2001 From: Geoffrey Booth <456802+GeoffreyBooth@users.noreply.github.com> Date: Wed, 1 Dec 2021 22:47:04 -0800 Subject: [PATCH] doc: link to commit queue guide PR-URL: https://github.com/nodejs/node/pull/41030 Reviewed-By: James M Snell Reviewed-By: Antoine du Hamel Reviewed-By: Ruben Bridgewater Reviewed-By: Luigi Pinca Reviewed-By: Richard Lau --- doc/guides/collaborator-guide.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/collaborator-guide.md b/doc/guides/collaborator-guide.md index 736bfc53b135c3..876c4df0268bd8 100644 --- a/doc/guides/collaborator-guide.md +++ b/doc/guides/collaborator-guide.md @@ -26,6 +26,7 @@ * [Deprecations](#deprecations) * [Involving the TSC](#involving-the-tsc) * [Landing pull requests](#landing-pull-requests) + * [Using the commit queue GitHub labels](#using-the-commit-queue-github-labels) * [Using `git-node`](#using-git-node) * [Technical HOWTO](#technical-howto) * [Troubleshooting](#troubleshooting) @@ -512,6 +513,10 @@ settings are to their liking. All commits should be self-contained, meaning every commit should pass all tests. This makes it much easier when bisecting to find a breaking change. +### Using the commit queue GitHub labels + +See the [commit queue guide][commit-queue.md]. + ### Using `git-node` 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. [backporting guide]: backporting-to-release-lines.md [commit message guidelines]: contributing/pull-requests.md#commit-message-guidelines [commit-example]: https://github.com/nodejs/node/commit/b636ba8186 +[commit-queue.md]: ./commit-queue.md [git-email]: https://help.github.com/articles/setting-your-commit-email-address-in-git/ [git-node]: https://github.com/nodejs/node-core-utils/blob/HEAD/docs/git-node.md [git-node-metadata]: https://github.com/nodejs/node-core-utils/blob/HEAD/docs/git-node.md#git-node-metadata