From ee0e19cff8b662c288e2f7710d5a7deca13b9dec Mon Sep 17 00:00:00 2001 From: Carlos Amedee Date: Mon, 27 Jan 2025 12:26:58 -0500 Subject: [PATCH] Gardening.md: remove Go2 label from untriaged issues link Change-Id: Ie56c38f30c9554b455933a859765fc33700f87c8 Reviewed-on: https://go-review.googlesource.com/c/wiki/+/644715 Reviewed-by: Michael Pratt Reviewed-by: David Chase --- Gardening.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Gardening.md b/Gardening.md index 8e39e92c..16d49b5b 100644 --- a/Gardening.md +++ b/Gardening.md @@ -24,7 +24,7 @@ Look at https://build.golang.org/ --- is anything red? Fix or file bugs or nag p ### Triage new bugs -Look at the [untriaged issues](https://github.com/golang/go/issues?q=is%3Aopen+is%3Aissue+-label%3ANeedsInvestigation+-label%3ANeedsFix+-label%3AFixPending+-label%3ANeedsDecision+-label%3AWaitingForInfo+-label%3AGo2+-label%3AProposal+-label%3ATelemetry-Proposal+-label%3ACherryPickCandidate+-label%3ACherryPickApproved+no%3Aassignee+created%3A%3E2019-01-01+-label%3Agopls+-label%3Apkgsite). For Go, we use the presence of certain labels (`Needs*` or `WaitingForInfo`) to indicate that an issue has been triaged. Issues labeled `Go2`, `Proposal`, `Telemetry-Proposal`, `CherryPickCandidate`, `gopls`, `pkgsite` have their own, separate triage queues and can be skipped. +Look at the [untriaged issues](https://go.dev/s/untriaged). For Go, we use the presence of certain labels (`Needs*` or `WaitingForInfo`) to indicate that an issue has been triaged. Issues labeled `Go2`, `Proposal`, `Telemetry-Proposal`, `CherryPickCandidate`, `gopls`, `pkgsite` have their own, separate triage queues and can be skipped. While triaging the bug: @@ -61,5 +61,3 @@ If a new CL arrives without a test, but could/should have a test, ask if they co ### Pending CLs: run TryBots If you have access (see [GerritAccess](/wiki/GerritAccess)) to run the TryBots and you see a CL with plausible (and non-malicious) code, kick off the TryBots. (We've never seen malicious code trying to escape our TryBot sandboxes, but that's why it's not automatic yet. Please alert us if you see something.) - -