1
0
mirror of https://github.com/golang/go synced 2024-10-01 06:28:35 -06:00
go/gopls/doc/contributing.md
Ian Cottrell 062dbaebb6 cmd/gopls: add documentation
Much of this documentation has been collated from other sources,
but this pulls it all into one coherent and public structure in
a way that allows us to peer review changes.

Change-Id: Ic24a59bb92b27ec85d2f57affcf2eb396c9de3c0
Reviewed-on: https://go-review.googlesource.com/c/tools/+/191741
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2019-08-27 15:23:08 +00:00

1010 B

gopls documentation for contributors

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.

Finding issues

All gopls issues are labeled as such (see the gopls label. Issues that are suitable to just pick up are additionally tagged with the help wanted label

Before you begin working on an issue, please leave a comment that you are claiming it.

Getting started

Debugging