Updated Gardening (markdown)
diff --git a/Gardening.md b/Gardening.md
index 73c17a1..b4d9bf9 100644
--- a/Gardening.md
+++ b/Gardening.md
@@ -34,13 +34,9 @@
 
 ### "Unplanned" bugs"
 
-We used to use the Github Milestone "Unplanned" to mean we're not planning on working something this cycle, but might sometime in the future. That became a blackhole of issues we never saw again, so we've stopped using "Unplanned", yet many still exist:
+"Unplanned" issues have a habit of being neglected. Check out old ones and see if they're easily fixable (and can be moved to a Go1.n or Go 1.nMaybe milestone), or should be closed.
 
-https://github.com/golang/go/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aopen%20milestone%3AUnplanned%20-label%3AGo2%20%20-label%3AExpertNeeded%20-label%3AThinking
-
-(That query excludes ExpertNeeded, Go2, and Thinking bugs.)
-
-Go through the Unplanned list and either see if they can be closed, or retarget them to "Go1.XMaybe" where X is the next release. At least then we'll look at them again before bumping them to "Go1.(X+1)Maybe" or closing.
+These are the Unplanned bugs sorted by age, most stale ones first: https://github.com/golang/go/issues?q=is%3Aissue+is%3Aopen+milestone%3AUnplanned+sort%3Aupdated-asc
 
 ### Pending CLs