From 60e69866121dffa686cfbc27aee32cd2f6dc05ca Mon Sep 17 00:00:00 2001 From: Alan Donovan Date: Fri, 24 May 2024 12:45:11 -0400 Subject: [PATCH] .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 --- .github/ISSUE_TEMPLATE/03-gopls.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.48.1