Skip to content

Commit 11de3da

Browse files
committed
chore: improve issue templates
1 parent 282887c commit 11de3da

File tree

1 file changed

+11
-50
lines changed

1 file changed

+11
-50
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 11 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -7,57 +7,10 @@ body:
77
attributes:
88
label: Welcome
99
options:
10-
- label: Yes, I'm using the latest releases.
10+
- label: Yes, I'm using the latest release.
1111
required: true
1212
- label: Yes, I've searched similar issues on GitHub and didn't find any.
1313
required: true
14-
- label: Yes, I've included all information below (version, config, etc).
15-
required: true
16-
17-
- type: dropdown
18-
id: goos
19-
attributes:
20-
label: OS?
21-
options:
22-
- aix
23-
- android
24-
- darwin
25-
- dragonfly
26-
- freebsd
27-
- illumos
28-
- ios
29-
- js
30-
- linux
31-
- netbsd
32-
- openbsd
33-
- plan9
34-
- solaris
35-
- wasip1
36-
- windows
37-
validations:
38-
required: true
39-
40-
- type: dropdown
41-
id: goarch
42-
attributes:
43-
label: Arch?
44-
options:
45-
- 'ppc64'
46-
- '386'
47-
- 'amd64'
48-
- 'arm'
49-
- 'arm64'
50-
- 'riscv64'
51-
- 'wasm'
52-
- 'loong64'
53-
- 'mips'
54-
- 'mips64'
55-
- 'mips64le'
56-
- 'mipsle'
57-
- 'ppc64le'
58-
- s390x
59-
validations:
60-
required: true
6114

6215
- type: textarea
6316
id: expected
@@ -114,7 +67,7 @@ body:
11467
- type: textarea
11568
id: go-env
11669
attributes:
117-
label: Go environment (if applicable)
70+
label: Go environment
11871
value: |-
11972
<details>
12073
@@ -125,4 +78,12 @@ body:
12578
12679
</details>
12780
validations:
128-
required: false
81+
required: true
82+
83+
- type: checkboxes
84+
id: validation
85+
attributes:
86+
label: Validation
87+
options:
88+
- label: Yes, I've included all information above (version, config, etc.).
89+
required: true

0 commit comments

Comments
 (0)