diff options
| author | Alan Donovan <adonovan@google.com> | 2024-05-24 12:45:11 -0400 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-05-24 17:09:04 +0000 |
| commit | 60e69866121dffa686cfbc27aee32cd2f6dc05ca (patch) | |
| tree | 987f351a9900ed903191d23711bf109ac4d8198d | |
| parent | 960cd141248b3e61ab651038097523a02dfa427b (diff) | |
| download | go-60e69866121dffa686cfbc27aee32cd2f6dc05ca.tar.xz | |
.github/ISSUE_TEMPLATE/03-gopls.yml: use textarea for gopls version
The output of "gopls version" is multiple lines.
Change-Id: Ic00734b05011098d408db6f49f86c4e2c8edfa24
Reviewed-on: https://go-review.googlesource.com/c/go/+/587924
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Robert Findley <rfindley@google.com>
Auto-Submit: Alan Donovan <adonovan@google.com>
| -rw-r--r-- | .github/ISSUE_TEMPLATE/03-gopls.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/03-gopls.yml b/.github/ISSUE_TEMPLATE/03-gopls.yml index 5db1315f27..8ba9712af3 100644 --- a/.github/ISSUE_TEMPLATE/03-gopls.yml +++ b/.github/ISSUE_TEMPLATE/03-gopls.yml @@ -6,7 +6,7 @@ body: - type: markdown attributes: value: "Please answer these questions before submitting your issue. Thanks!" - - type: input + - type: textarea id: gopls-version attributes: label: "gopls version" |
