Skip to content

Commit e158cb2

Browse files
seankhliaogopherbot
authored andcommitted
.github: clean up issue forms
bugs: * drop unused labels * drop the reproduce checkbox: it's not a strong signal and introduces clutter in github as a task list * link go.dev/play govuln: * use correct label * ask for version of the tool * link go.dev/play telemetry: * align title with purpose Change-Id: Id7dd876e518c75dc22e9aec43d9af6e18af088fc Reviewed-on: https://go-review.googlesource.com/c/go/+/544775 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> TryBot-Bypass: Dmitri Shuralyov <[email protected]>
1 parent 6317fb4 commit e158cb2

File tree

3 files changed

+16
-17
lines changed

3 files changed

+16
-17
lines changed

.github/ISSUE_TEMPLATE/00-bug.yml

+5-10
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
33
name: Bugs
44
description: The go command, standard library, or anything else
5-
labels: [ 'kind/bug', 'bug' ]
65
title: "import/path: issue title"
76

87
body:
@@ -15,18 +14,14 @@ body:
1514
id: go-version
1615
attributes:
1716
label: Go version
18-
description: What version of Go are you using (`go version`)?
17+
description: |
18+
What version of Go are you using (`go version`)?
19+
20+
Note: we only [support](https://go.dev/doc/devel/release#policy) the two most recent major releases.
1921
placeholder: ex. go version go1.20.7 darwin/arm64
2022
validations:
2123
required: true
2224

23-
- type: checkboxes
24-
id: reproduce-latest-release
25-
attributes:
26-
label: Reproducibility
27-
options:
28-
- label: Does this issue reproduce with the latest release?
29-
3025
- type: textarea
3126
id: os-and-processor
3227
attributes:
@@ -78,7 +73,7 @@ body:
7873
id: what-did-you-do
7974
attributes:
8075
label: "What did you do?"
81-
description: "If possible, provide a recipe for reproducing the error. A complete runnable program is good. A link on go.dev/play is best."
76+
description: "If possible, provide a recipe for reproducing the error. A complete runnable program is good. A link on [go.dev/play](https://go.dev/play) is best."
8277
validations:
8378
required: true
8479

.github/ISSUE_TEMPLATE/04-vuln.yml

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
name: Go vulnerability management - bugs and feature requests
22
description: Issues or feature requests about Go vulnerability management
33
title: "x/vuln: issue title"
4-
labels: ["vulncheck", "vulndb"]
4+
labels: ["vulncheck or vulndb"]
55
body:
66
- type: markdown
77
attributes:
88
value: "Please answer these questions before submitting your issue. Thanks! To add a new vulnerability to the Go vulnerability database (https://vuln.go.dev), see https://go.dev/s/vulndb-report-new. To report an issue about a report, see https://go.dev/s/vulndb-report-feedback."
99
- type: input
10-
id: go-version
10+
id: govulncheck-version
1111
attributes:
12-
label: go version
13-
description: What version of Go are you using (`go version`)?
14-
placeholder: ex. go version go1.20.7 darwin/arm64
12+
label: govulncheck version
13+
description: What version of govulncheck are you using (`govulncheck -version`)?
14+
placeholder: |
15+
Go: devel go1.22-0262ea1ff9 Thu Oct 26 18:46:50 2023 +0000
16+
17+
DB: https://vuln.go.dev
18+
DB updated: 2023-11-21 15:39:17 +0000 UTC
1519
validations:
1620
required: true
1721
- type: textarea
@@ -31,7 +35,7 @@ body:
3135
id: what-did-you-do
3236
attributes:
3337
label: "What did you do?"
34-
description: "If possible, provide a recipe for reproducing the error. A complete runnable program is good. A link on go.dev/play is best."
38+
description: "If possible, provide a recipe for reproducing the error. A complete runnable program is good. A link on [go.dev/play](https://go.dev/play) is best."
3539
validations:
3640
required: true
3741
- type: textarea

.github/ISSUE_TEMPLATE/12-telemetry.yml

+1-1
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: issue title"
3+
title: "x/telemetry/config: proposal title"
44
labels: ["Telemetry-Proposal"]
55
projects: ["golang/29"]
66
body:

0 commit comments

Comments
 (0)