File tree Expand file tree Collapse file tree 2 files changed +50
-0
lines changed
Expand file tree Collapse file tree 2 files changed +50
-0
lines changed Original file line number Diff line number Diff line change 1818 - label : I agree to follow this project's [Code of Conduct](https://github.com/golangci/golangci-lint?tab=coc-ov-file)
1919 required : true
2020
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+
2146 - type : textarea
2247 id : problem
2348 attributes :
Original file line number Diff line number Diff line change 1313 - label : I agree to follow this project's [Code of Conduct](https://github.com/golangci/golangci-lint?tab=coc-ov-file)
1414 required : true
1515
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+ - Docker
25+ - Brew
26+ - MacPorts
27+ - AUR
28+ - Nix
29+ - Deb
30+ - RPM
31+ - Other Linux package manager
32+ - Chocolatey
33+ - Scoop
34+ - go install
35+ - Tools pattern
36+ - go tool
37+ - Other
38+ validations :
39+ required : true
40+
1641 - type : textarea
1742 id : problem
1843 attributes :
You can’t perform that action at this time.
0 commit comments