From 5c78782f4ff3a8bc6a9c97918c4f573ad18c38fb Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Fri, 6 Jan 2017 15:58:31 -0800 Subject: [PATCH] Updated Gardening (markdown) --- Gardening.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gardening.md b/Gardening.md index f0fe713a..ca228308 100644 --- a/Gardening.md +++ b/Gardening.md @@ -29,7 +29,7 @@ While triaging the bug: Find bugs that are in state WaitingForReply (https://github.com/golang/go/labels/WaitingForInfo) and ping them, remove the label when replies arrive, or close the bugs if a reply never arrived. -### Pending CLs: get them +1'd +### Pending CLs Review the format of commit messages and presence of tests and formatting of code and typos/grammar in incoming pending CLs. All of that can be done without determining the correctness of the change itself. See https://dev.golang.org/release for the list of pending CLs.