From 5a2e92308e6993a08d1fa3b051b29489d254be3f Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Thu, 7 Mar 2024 21:05:49 +0000 Subject: [PATCH 1/2] 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 --- 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..9784250497cc55 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 lable is added to a PR, it will be landed + 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 From d6398599abb21bdd6848f95dcb0e2a7968cf7f8d Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Fri, 8 Mar 2024 12:37:28 -0500 Subject: [PATCH 2/2] Update doc/contributing/collaborator-guide.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Michaƫl Zasso --- doc/contributing/collaborator-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing/collaborator-guide.md b/doc/contributing/collaborator-guide.md index 9784250497cc55..918acf9e876140 100644 --- a/doc/contributing/collaborator-guide.md +++ b/doc/contributing/collaborator-guide.md @@ -884,7 +884,7 @@ If you cannot find who to cc for a file, `git shortlog -n -s ` can help. * `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 lable is added to a PR, it will be landed +* `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