From 62af8225f42a38a9c61596b13b065e7a10ace27a Mon Sep 17 00:00:00 2001 From: Rebecca Stambler Date: Tue, 6 Aug 2019 14:03:05 -0400 Subject: [PATCH] create page --- Contributing-to-gopls.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Contributing-to-gopls.md diff --git a/Contributing-to-gopls.md b/Contributing-to-gopls.md new file mode 100644 index 00000000..eb09ccd4 --- /dev/null +++ b/Contributing-to-gopls.md @@ -0,0 +1,9 @@ +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. + +> Please see all available issues under the gopls label on the Go issue tracker. Any issue without an assignee and with the label "Suggested" is fair game - just assign yourself or comment on the issue before you begin working! \ No newline at end of file