]> Cypherpunks repositories - gostls13.git/commitdiff
.github: try "import/path: issue title" instead of "affected/package: "
authorDmitri Shuralyov <dmitshur@golang.org>
Wed, 22 Nov 2023 19:31:37 +0000 (14:31 -0500)
committerGopher Robot <gobot@golang.org>
Wed, 22 Nov 2023 20:49:24 +0000 (20:49 +0000)
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 <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Heschi Kreinick <heschi@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Sean Liao <sean@liao.dev>
.github/ISSUE_TEMPLATE/00-bug.yml
.github/ISSUE_TEMPLATE/01-pkgsite.yml
.github/ISSUE_TEMPLATE/03-gopls.yml
.github/ISSUE_TEMPLATE/04-vuln.yml
.github/ISSUE_TEMPLATE/10-proposal.yml
.github/ISSUE_TEMPLATE/11-language-change.yml
.github/ISSUE_TEMPLATE/12-telemetry.yml

index 7a87618190ed1529ef1047a1100c258287fc0c30..3e64b836557defb5b8dc1583086d4e9ee7640a53 100644 (file)
@@ -3,7 +3,7 @@
 name: Bugs
 description: The go command, standard library, or anything else
 labels: [ 'kind/bug', 'bug' ]
-title: "affected/package: "
+title: "import/path: issue title"
 
 body:
   - type: markdown
index 714bc4198c2bcfc2f2f7d8e0173fa5926f718755..fb695857c7c8dbe4985e56b6ac0dede239b22e42 100644 (file)
@@ -1,6 +1,6 @@
 name: Pkg.go.dev bugs or feature requests
 description: Issues or feature requests for the documentation site
-title: "x/pkgsite: "
+title: "x/pkgsite: issue title"
 labels: ["pkgsite"]
 body:
   - type: markdown
index d81c90c65d048cea05f3c8a10782d158830047c1..83759d65d8c4d034d704e32a35028d9ee523b97d 100644 (file)
@@ -1,6 +1,6 @@
 name: Gopls bugs or feature requests
 description: Issues or feature requests for the Go language server (gopls)
-title: "x/tools/gopls: "
+title: "x/tools/gopls: issue title"
 labels: ["gopls", "Tools"]
 body:
   - type: markdown
index dd14aeeb970c74ecd41ebe5debca038480f2ed16..1759697307db65963d4502c1073ddbf5de0c17f1 100644 (file)
@@ -1,6 +1,6 @@
 name: Go vulnerability management - bugs and feature requests
 description: Issues or feature requests about Go vulnerability management
-title: "x/vuln: "
+title: "x/vuln: issue title"
 labels: ["vulncheck", "vulndb"]
 body:
   - type: markdown
index 8eb6ceb26a691c5c0174cb5f1e7e95850bb60078..d2a256c5aebfce203792a225d771a26370f84dba 100644 (file)
@@ -1,6 +1,6 @@
 name: Proposals
 description: New external API or other notable changes
-title: "proposal: affected/package: "
+title: "proposal: import/path: proposal title"
 labels: ["Proposal"]
 body:
   - type: markdown
index 4965ab80ede947e276b22efd3f801bf0cbc33950..37ba2d7e408fbc180889e784f5582f19be9f4fe5 100644 (file)
@@ -1,7 +1,7 @@
 name: Language Change Proposals
 description: Changes to the language
 labels: ["Proposal", "v2", "LanguageChange"]
-title: "proposal: Go 2: "
+title: "proposal: Go 2: proposal title"
 
 
 body:
index 7f1a29c634f6139a0fb6d3a251eddb7025b58929..787a6641651e935295bb4581a3a2165ba4c6349c 100644 (file)
@@ -1,6 +1,6 @@
 name: Go Telemetry Proposals
 description: New telemetry counter or update on an existing one
-title: "x/telemetry/config: "
+title: "x/telemetry/config: issue title"
 labels: ["Telemetry-Proposal"]
 projects: ["golang/29"]
 body: