From 6b937ace680ac4377c9d952687104f4d23f1ce16 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch Date: Sat, 4 Aug 2018 06:40:45 +0000 Subject: [PATCH] doc/contribute: add examples for finding issues on the issue tracker For contributors looking for new issues to contribute to it can be difficult to find issues that need a fix and don't already have a fix being considered. There are several labels that help guide the way already, like `NeedsFix`, `HelpWanted`. But many issues with this label will already have a CL. For new contributors this can be especially difficult. Fixes #26494 Change-Id: Ifd38ea65e362b4c580207a06f959646e49ac594f GitHub-Last-Rev: 6d2b54447b2ee754a6d025f5de3ebd8326e035eb GitHub-Pull-Request: golang/go#26516 Reviewed-on: https://go-review.googlesource.com/125355 Reviewed-by: Andrew Bonventre Run-TryBot: Andrew Bonventre TryBot-Result: Gobot Gobot --- doc/contribute.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/contribute.html b/doc/contribute.html index 256b708e13..5dc8a0044d 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -292,6 +292,25 @@ Most issues will be marked with one of the following workflow labels: +

+You can use GitHub's search functionality to find issues to help out with. Examples: +

+ + +

Open an issue for any new problem

-- 2.50.0