Skip to content

Commit

Permalink
internal/lsp/cmd: change pre-filled issue header for gopls bug
Browse files Browse the repository at this point in the history
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>
(cherry picked from commit 9a0e069)
Reviewed-on: https://go-review.googlesource.com/c/tools/+/240504
  • Loading branch information
stamblerre committed Jul 1, 2020
1 parent ae2e404 commit 6ddc6be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/lsp/cmd/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ func (b *bug) DetailedHelp(f *flag.FlagSet) {
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.
Expand Down

0 comments on commit 6ddc6be

Please sign in to comment.