mirror of
https://github.com/golang/go
synced 2024-11-19 00:04:40 -07:00
26 lines
1010 B
Markdown
26 lines
1010 B
Markdown
|
# 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][issue-gopls]. Issues that are suitable to just pick up are additionally tagged with the [help wanted label][issue-wanted]
|
||
|
|
||
|
Before you begin working on an issue, please leave a comment that you are claiming it.
|
||
|
|
||
|
## Getting started
|
||
|
|
||
|
<!--- TODO: getting started
|
||
|
Provide information to get contributors up and running here
|
||
|
--->
|
||
|
|
||
|
|
||
|
## Debugging
|
||
|
|
||
|
<!--- TODO: debugging
|
||
|
actual debugging steps
|
||
|
viewing telemetry
|
||
|
--->
|
||
|
|
||
|
[issue-gopls]: https://github.com/golang/go/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Agopls "gopls issues"
|
||
|
[issue-wanted]: https://github.com/golang/go/issues?utf8=✓&q=is%3Aissue+is%3Aopen+label%3Agopls+label%3A"help+wanted" "help wanted"
|