File tree Expand file tree Collapse file tree 1 file changed +11
-50
lines changed Expand file tree Collapse file tree 1 file changed +11
-50
lines changed Original file line number Diff line number Diff line change 7
7
attributes :
8
8
label : Welcome
9
9
options :
10
- - label : Yes, I'm using the latest releases .
10
+ - label : Yes, I'm using the latest release .
11
11
required : true
12
12
- label : Yes, I've searched similar issues on GitHub and didn't find any.
13
13
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
61
14
62
15
- type : textarea
63
16
id : expected
114
67
- type : textarea
115
68
id : go-env
116
69
attributes :
117
- label : Go environment (if applicable)
70
+ label : Go environment
118
71
value : |-
119
72
<details>
120
73
@@ -125,4 +78,12 @@ body:
125
78
126
79
</details>
127
80
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
You can’t perform that action at this time.
0 commit comments