From 210bd9ee858a356671d900065778dbe466ad7dda Mon Sep 17 00:00:00 2001 From: Rebecca Stambler Date: Thu, 8 Aug 2019 17:38:28 -0400 Subject: [PATCH] update contribution section --- gopls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gopls.md b/gopls.md index b33c5c31..eeefecb4 100644 --- a/gopls.md +++ b/gopls.md @@ -279,7 +279,7 @@ See https://github.com/golang/go/wiki/Contributing-to-gopls. Contributions are welcome, but since development is so active, we request that you file an issue and claim it before starting to work on something. Otherwise, it is likely that we might already be working on a fix for your issue. -Please see all available issues under the [gopls label](https://github.com/golang/go/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Agopls) on the Go issue tracker. Any issue without an assignee and with the label "Suggested" is fair game - just assign yourself or comment on the issue before you begin working! +All `gopls` issues are labeled as such (see the [gopls label](https://github.com/golang/go/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Agopls)). Available issues are also tagged `help wanted` (see them [here](https://github.com/golang/go/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Agopls+label%3A%22help+wanted%22+)). Before you begin working on an issue, please leave a comment that you are claiming it. ## FAQ