From be9de46b5938a0031415c4b650fb09e85ead24d2 Mon Sep 17 00:00:00 2001 From: Alexey Palazhchenko Date: Wed, 25 Jan 2017 18:42:35 +0300 Subject: [PATCH] WaitingForInfo, not reply --- Gardening.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gardening.md b/Gardening.md index 89dddfbf..464428db 100644 --- a/Gardening.md +++ b/Gardening.md @@ -28,9 +28,9 @@ While triaging the bug: * is it in a subrepo? Set the milestone to "Unreleased". Unless it's a subrepo that goes into a release, like godoc or http2. * if it is a regression and you can reproduce it, use git bisect to find the bad commit (optional but very helpful). -### WaitingForReply +### WaitingForInfo -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. +Find bugs that are in state WaitingForInfo (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