Skip to content

Commit 02ee99c

Browse files
author
Hiro
committed
wip: go-version
Took 6 minutes
1 parent d200023 commit 02ee99c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/04-vuln.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ 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."
9-
- type: textarea
9+
- type: input
1010
id: go-version
1111
attributes:
12-
label: Golang Version
12+
label: Golang version
1313
description: What version of Go are you using (`go version`)?
14-
render: shell
14+
placeholder: ex. go version go1.20.7 darwin/arm64
1515
validations:
1616
required: true
1717
- type: textarea

0 commit comments

Comments
 (0)