|
26 | 26 | * [Deprecations](#deprecations) |
27 | 27 | * [Involving the TSC](#involving-the-tsc) |
28 | 28 | * [Landing pull requests](#landing-pull-requests) |
| 29 | + * [Using the commit queue GitHub labels](#using-the-commit-queue-github-labels) |
29 | 30 | * [Using `git-node`](#using-git-node) |
30 | 31 | * [Technical HOWTO](#technical-howto) |
31 | 32 | * [Troubleshooting](#troubleshooting) |
@@ -512,6 +513,10 @@ settings are to their liking. |
512 | 513 | All commits should be self-contained, meaning every commit should pass all |
513 | 514 | tests. This makes it much easier when bisecting to find a breaking change. |
514 | 515 |
|
| 516 | +### Using the commit queue GitHub labels |
| 517 | + |
| 518 | +See the [commit queue guide][commit-queue.md]. |
| 519 | + |
515 | 520 | ### Using `git-node` |
516 | 521 |
|
517 | 522 | 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. |
922 | 927 | [backporting guide]: backporting-to-release-lines.md |
923 | 928 | [commit message guidelines]: contributing/pull-requests.md#commit-message-guidelines |
924 | 929 | [commit-example]: https://github.com/nodejs/node/commit/b636ba8186 |
| 930 | +[commit-queue.md]: ./commit-queue.md |
925 | 931 | [git-email]: https://help.github.com/articles/setting-your-commit-email-address-in-git/ |
926 | 932 | [git-node]: https://github.com/nodejs/node-core-utils/blob/HEAD/docs/git-node.md |
927 | 933 | [git-node-metadata]: https://github.com/nodejs/node-core-utils/blob/HEAD/docs/git-node.md#git-node-metadata |
|
0 commit comments