mirror of
https://github.com/golang/go
synced 2024-11-25 19:07:57 -07:00
.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>
This commit is contained in:
parent
734de5e526
commit
8613ef81e6
4
.github/ISSUE_TEMPLATE/03-gopls.md
vendored
4
.github/ISSUE_TEMPLATE/03-gopls.md
vendored
@ -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
|
||||
---
|
||||
|
||||
<!--
|
||||
|
5
.github/ISSUE_TEMPLATE/11-language-change.md
vendored
5
.github/ISSUE_TEMPLATE/11-language-change.md
vendored
@ -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
|
||||
---
|
||||
|
||||
<!--
|
||||
|
Loading…
Reference in New Issue
Block a user