We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2e404 commit 6ddc6beCopy full SHA for 6ddc6be
internal/lsp/cmd/info.go
@@ -47,8 +47,8 @@ func (b *bug) DetailedHelp(f *flag.FlagSet) {
47
f.PrintDefaults()
48
}
49
50
-const goplsBugPrefix = "x/tools/gopls: "
51
-const goplsBugHeader = `Please answer these questions before submitting your issue. Thanks!
+const goplsBugPrefix = "x/tools/gopls: <DESCRIBE THE PROBLEM>"
+const goplsBugHeader = `ATTENTION: Please answer these questions BEFORE submitting your issue. Thanks!
52
53
#### What did you do?
54
If possible, provide a recipe for reproducing the error.
0 commit comments