Skip to content

Contributing to gopls

Ian Cottrell edited this page Aug 29, 2019 · 5 revisions

This page has been subsumed into the committed markdown of x/tools repository

Please do not edit this page!

The remaining content will be removed when we are sure it was all replaced.


This page is a guide to help Go developers get started in order to contribute to gopls. For more information on gopls, see https://github.com/golang/go/wiki/gopls.

This page is currently under construction, but more information will be added here soon.

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.

All gopls issues are labeled as such (see the gopls label). Available issues are also tagged help wanted (see them here). Before you begin working on an issue, please leave a comment that you are claiming it.

Clone this wiki locally