Skip to content

Commit 3e67f46

Browse files
dmitshurgopherbot
authored andcommitted
.github: try "import/path: issue title" instead of "affected/package: "
The multiple issue templates pre-populate the issue title with a prefix that Go issues customarily have. The "affected/package" phrase is short for "the import path of the affected package". Let's try simplifying it to just "import/path", and also include "issue title" to make the title a more representative template of what the final title should look like. Updates #29839. Change-Id: I9736d24cf3d0a51536ac13dd07dd189fb51da021 Reviewed-on: https://go-review.googlesource.com/c/go/+/544556 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Sean Liao <[email protected]>
1 parent f4cb2ac commit 3e67f46

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/00-bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name: Bugs
44
description: The go command, standard library, or anything else
55
labels: [ 'kind/bug', 'bug' ]
6-
title: "affected/package: "
6+
title: "import/path: issue title"
77

88
body:
99
- type: markdown

.github/ISSUE_TEMPLATE/01-pkgsite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Pkg.go.dev bugs or feature requests
22
description: Issues or feature requests for the documentation site
3-
title: "x/pkgsite: "
3+
title: "x/pkgsite: issue title"
44
labels: ["pkgsite"]
55
body:
66
- type: markdown

.github/ISSUE_TEMPLATE/03-gopls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Gopls bugs or feature requests
22
description: Issues or feature requests for the Go language server (gopls)
3-
title: "x/tools/gopls: "
3+
title: "x/tools/gopls: issue title"
44
labels: ["gopls", "Tools"]
55
body:
66
- type: markdown

.github/ISSUE_TEMPLATE/04-vuln.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Go vulnerability management - bugs and feature requests
22
description: Issues or feature requests about Go vulnerability management
3-
title: "x/vuln: "
3+
title: "x/vuln: issue title"
44
labels: ["vulncheck", "vulndb"]
55
body:
66
- type: markdown

.github/ISSUE_TEMPLATE/10-proposal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Proposals
22
description: New external API or other notable changes
3-
title: "proposal: affected/package: "
3+
title: "proposal: import/path: proposal title"
44
labels: ["Proposal"]
55
body:
66
- type: markdown

.github/ISSUE_TEMPLATE/11-language-change.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Language Change Proposals
22
description: Changes to the language
33
labels: ["Proposal", "v2", "LanguageChange"]
4-
title: "proposal: Go 2: "
4+
title: "proposal: Go 2: proposal title"
55

66

77
body:

.github/ISSUE_TEMPLATE/12-telemetry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Go Telemetry Proposals
22
description: New telemetry counter or update on an existing one
3-
title: "x/telemetry/config: "
3+
title: "x/telemetry/config: issue title"
44
labels: ["Telemetry-Proposal"]
55
projects: ["golang/29"]
66
body:

0 commit comments

Comments
 (0)