Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools / gopls@v0.5.2 / doc / contributing.md
1 # Documentation for contributors
2
3 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.
4
5 ## Finding issues
6
7 All `gopls` issues are labeled as such (see the [`gopls` label][issue-gopls]). Issues that are suitable for contributors are additionally tagged with the [`help-wanted` label][issue-wanted].
8
9 Before you begin working on an issue, please leave a comment that you are claiming it.
10
11 ## Getting started
12
13 <!--- TODO: getting started
14 Provide information to get contributors up and running here
15 --->
16
17 ## Debugging
18
19 <!--- TODO: debugging
20 actual debugging steps
21 viewing telemetry
22 --->
23
24 [issue-gopls]: https://github.com/golang/go/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Agopls "gopls issues"
25 [issue-wanted]: https://github.com/golang/go/issues?utf8=✓&q=is%3Aissue+is%3Aopen+label%3Agopls+label%3A"help+wanted" "help wanted"