From e11c1d2315d37eb36c7f5636a22f5bb4c28da06d Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Sat, 9 Mar 2024 16:30:09 -0500 Subject: [PATCH] doc: add some commonly used lables up gront From the last onboarding session I think it would be good to add two commonly used lables to the section which is linked from the onboarding doc. Signed-off-by: Michael Dawson PR-URL: https://github.com/nodejs/node/pull/52006 Reviewed-By: Benjamin Gruenbaum Reviewed-By: Luigi Pinca Reviewed-By: Rafael Gonzaga Reviewed-By: Trivikram Kamat Reviewed-By: Matteo Collina Reviewed-By: Marco Ippolito Reviewed-By: Paolo Insogna --- doc/contributing/collaborator-guide.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/contributing/collaborator-guide.md b/doc/contributing/collaborator-guide.md index 290b7b8500da3f..918acf9e876140 100644 --- a/doc/contributing/collaborator-guide.md +++ b/doc/contributing/collaborator-guide.md @@ -879,9 +879,13 @@ If you cannot find who to cc for a file, `git shortlog -n -s ` can help. * `confirmed-bug`: Bugs you have verified * `discuss`: Things that need larger discussion +* `fast-track`: PRs that need to land faster - see + [Waiting for approvals](#waiting-for-approvals) * `feature request`: Any issue that requests a new feature * `good first issue`: Issues suitable for newcomers to fix * `meta`: Governance, policies, procedures, etc. +* `request-ci`: When this label is added to a PR, CI will be started + automatically. See [Starting a Jenkins CI job](#starting-a-jenkins-ci-job) * `tsc-agenda`: Open issues and pull requests with this label will be added to the Technical Steering Committee meeting agenda