Skip to content

Commit daef17d

Browse files
committed
chore: update the issue template
1 parent 7be597c commit daef17d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,22 @@ body:
6464
- BSD
6565
validations:
6666
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+
- type: input
76+
id: go-version
77+
attributes:
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+
validations:
82+
required: true
6783
- type: textarea
6884
id: logs
6985
attributes:

0 commit comments

Comments
 (0)