From: Alan Donovan Date: Fri, 24 May 2024 16:45:11 +0000 (-0400) Subject: .github/ISSUE_TEMPLATE/03-gopls.yml: use textarea for gopls version X-Git-Tag: go1.23rc1~142 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=60e69866121dffa686cfbc27aee32cd2f6dc05ca;p=gostls13.git .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 Reviewed-by: Robert Findley Auto-Submit: Alan Donovan --- 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"