diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c64155bc1270..40846532c184 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -18,6 +18,31 @@ body: - label: I agree to follow this project's [Code of Conduct](https://github.com/golangci/golangci-lint?tab=coc-ov-file) required: true + - type: dropdown + id: install + attributes: + label: How did you install golangci-lint? + options: + - I don't know + - Official GitHub Action + - Official binary + - Brew + - MacPorts + - Chocolatey + - Scoop + - Docker + - go install + - Tools pattern + - go tool + - AUR + - Nix + - Deb + - RPM + - Other Linux package manager + - Other + validations: + required: true + - type: textarea id: problem attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 58dd58bf9db4..9e0906538a65 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -13,6 +13,31 @@ body: - label: I agree to follow this project's [Code of Conduct](https://github.com/golangci/golangci-lint?tab=coc-ov-file) required: true + - type: dropdown + id: install + attributes: + label: How did you install golangci-lint? + options: + - I don't know + - Official GitHub Action + - Official binary + - Brew + - MacPorts + - Chocolatey + - Scoop + - Docker + - go install + - Tools pattern + - go tool + - AUR + - Nix + - Deb + - RPM + - Other Linux package manager + - Other + validations: + required: true + - type: textarea id: problem attributes: