From 8a8824557c743f6aea38cbc1c1b38f13f446df4c Mon Sep 17 00:00:00 2001 From: Rebecca Stambler Date: Thu, 8 Aug 2019 17:38:52 -0400 Subject: [PATCH] Updated Contributing to gopls (markdown) --- Contributing-to-gopls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing-to-gopls.md b/Contributing-to-gopls.md index eb09ccd4..2de066b6 100644 --- a/Contributing-to-gopls.md +++ b/Contributing-to-gopls.md @@ -6,4 +6,4 @@ From https://github.com/golang/go/wiki/gopls#contributing: > 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 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! \ No newline at end of file +> 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. \ No newline at end of file