internal/lsp/cmd: change pre-filled issue header for gopls bug

Change-Id: I221f2e6a0dc41cfd8325df64607b5c625d69ca17
Reviewed-on: https://go-review.googlesource.com/c/tools/+/240503
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
diff --git a/internal/lsp/cmd/info.go b/internal/lsp/cmd/info.go
index 1f3ab84..995640c 100644
--- a/internal/lsp/cmd/info.go
+++ b/internal/lsp/cmd/info.go
@@ -47,8 +47,8 @@
 	f.PrintDefaults()
 }
 
-const goplsBugPrefix = "x/tools/gopls: "
-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!
 
 #### What did you do?
 If possible, provide a recipe for reproducing the error.