blob: 2de066b646199735c6b9f93dbfc9d6b189da81d9 [file] [log] [blame] [view]
Rebecca Stambler62af8222019-08-06 14:03:05 -04001This 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.
2
3This page is currently under construction, but more information will be added here soon.
4
5From https://github.com/golang/go/wiki/gopls#contributing:
6
7> 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.
8
Rebecca Stambler8a882452019-08-08 17:38:52 -04009> 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.