File tree 2 files changed +50
-0
lines changed
2 files changed +50
-0
lines changed Original file line number Diff line number Diff line change 18
18
- label : I agree to follow this project's [Code of Conduct](https://github.com/golangci/golangci-lint?tab=coc-ov-file)
19
19
required : true
20
20
21
+ - type : dropdown
22
+ id : install
23
+ attributes :
24
+ label : How did you install golangci-lint?
25
+ options :
26
+ - I don't know
27
+ - Official GitHub Action
28
+ - Official binary
29
+ - Brew
30
+ - MacPorts
31
+ - Chocolatey
32
+ - Scoop
33
+ - Docker
34
+ - go install
35
+ - Tools pattern
36
+ - go tool
37
+ - AUR
38
+ - Nix
39
+ - Deb
40
+ - RPM
41
+ - Other Linux package manager
42
+ - Other
43
+ validations :
44
+ required : true
45
+
21
46
- type : textarea
22
47
id : problem
23
48
attributes :
Original file line number Diff line number Diff line change 13
13
- label : I agree to follow this project's [Code of Conduct](https://github.com/golangci/golangci-lint?tab=coc-ov-file)
14
14
required : true
15
15
16
+ - type : dropdown
17
+ id : install
18
+ attributes :
19
+ label : How did you install golangci-lint?
20
+ options :
21
+ - I don't know
22
+ - Official GitHub Action
23
+ - Official binary
24
+ - Brew
25
+ - MacPorts
26
+ - Chocolatey
27
+ - Scoop
28
+ - Docker
29
+ - go install
30
+ - Tools pattern
31
+ - go tool
32
+ - AUR
33
+ - Nix
34
+ - Deb
35
+ - RPM
36
+ - Other Linux package manager
37
+ - Other
38
+ validations :
39
+ required : true
40
+
16
41
- type : textarea
17
42
id : problem
18
43
attributes :
You can’t perform that action at this time.
0 commit comments