Skip to content

Commit 6ddc6be

Browse files
committed
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 <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]> (cherry picked from commit 9a0e069) Reviewed-on: https://go-review.googlesource.com/c/tools/+/240504
1 parent ae2e404 commit 6ddc6be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/lsp/cmd/info.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ func (b *bug) DetailedHelp(f *flag.FlagSet) {
4747
f.PrintDefaults()
4848
}
4949

50-
const goplsBugPrefix = "x/tools/gopls: "
51-
const goplsBugHeader = `Please answer these questions before submitting your issue. Thanks!
50+
const goplsBugPrefix = "x/tools/gopls: <DESCRIBE THE PROBLEM>"
51+
const goplsBugHeader = `ATTENTION: Please answer these questions BEFORE submitting your issue. Thanks!
5252
5353
#### What did you do?
5454
If possible, provide a recipe for reproducing the error.

0 commit comments

Comments
 (0)