aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSean Liao <sean@liao.dev>2023-07-30 09:46:55 +0100
committerGopher Robot <gobot@golang.org>2023-07-31 18:28:27 +0000
commit8613ef81e676bda77f6413a587e68c3dcc5b03ae (patch)
treeb4fee51c81edc650f17b71fa683ddf132a4bfe69 /.github
parent734de5e526dbe288b6589ef8316b7296cdcfe127 (diff)
downloadgo-8613ef81e676bda77f6413a587e68c3dcc5b03ae.tar.gz
go-8613ef81e676bda77f6413a587e68c3dcc5b03ae.zip
.github: fix templates with multiple labels
Also Go2 -> v2 Change-Id: Icde8ffc4a1ee2e43241a3dcd00ff0c48992b1e25 Reviewed-on: https://go-review.googlesource.com/c/go/+/514175 Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Bypass: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/03-gopls.md4
-rw-r--r--.github/ISSUE_TEMPLATE/11-language-change.md5
2 files changed, 7 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/03-gopls.md b/.github/ISSUE_TEMPLATE/03-gopls.md
index c4934c3898..a6b9d913c1 100644
--- a/.github/ISSUE_TEMPLATE/03-gopls.md
+++ b/.github/ISSUE_TEMPLATE/03-gopls.md
@@ -2,7 +2,9 @@
name: Gopls bugs or feature requests
about: Issues or feature requests for the Go language server (gopls)
title: "x/tools/gopls: "
-labels: gopls Tools
+labels:
+ - gopls
+ - Tools
---
<!--
diff --git a/.github/ISSUE_TEMPLATE/11-language-change.md b/.github/ISSUE_TEMPLATE/11-language-change.md
index 2032301327..cc9b82b3b7 100644
--- a/.github/ISSUE_TEMPLATE/11-language-change.md
+++ b/.github/ISSUE_TEMPLATE/11-language-change.md
@@ -2,7 +2,10 @@
name: Language Change Proposals
about: Changes to the language
title: "proposal: Go 2: "
-labels: Proposal Go2 LanguageChange
+labels:
+ - Proposal
+ - v2
+ - LanguageChange
---
<!--