Skip to content

Commit

Permalink
Gardening.md: remove Go2 label from untriaged issues link
Browse files Browse the repository at this point in the history
Change-Id: Ie56c38f30c9554b455933a859765fc33700f87c8
Reviewed-on: https://go-review.googlesource.com/c/wiki/+/644715
Reviewed-by: Michael Pratt <[email protected]>
Reviewed-by: David Chase <[email protected]>
  • Loading branch information
cagedmantis committed Jan 27, 2025
1 parent 32bb121 commit ee0e19c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Gardening.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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.)


0 comments on commit ee0e19c

Please sign in to comment.