Skip to content

Commit fb2fd05

Browse files
ldezalexandear
authored andcommitted
dev: ask about installation inside issue template (golangci#5424)
1 parent 6ea4504 commit fb2fd05

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+25
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,31 @@ body:
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:

.github/ISSUE_TEMPLATE/feature_request.yml

+25
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,31 @@ body:
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+
- 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+
1641
- type: textarea
1742
id: problem
1843
attributes:

0 commit comments

Comments
 (0)