We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be597c commit daef17dCopy full SHA for daef17d
.github/ISSUE_TEMPLATE/bug-report.yaml
@@ -64,6 +64,22 @@ body:
64
- BSD
65
validations:
66
required: true
67
+ - type: input
68
+ id: os-version
69
+ attributes:
70
+ label: OS version
71
+ description: What's the specific version of OS?
72
+ placeholder: "Run `uname -srm` command to get the info, for example: Darwin 21.5.0 arm64, Linux 5.4.0-137-generic x86_64"
73
+ validations:
74
+ required: true
75
76
+ id: go-version
77
78
+ label: Go version
79
+ description: What's the specific version of Go?
80
+ placeholder: "Run `go version` command to get the info, for example: go1.20.5 linux/amd64"
81
82
83
- type: textarea
84
id: logs
85
attributes:
0 commit comments