From 40a36fcafd68ac9359ea6c71b1ac8771915d81c7 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Sun, 16 Feb 2025 22:51:53 +0100 Subject: [PATCH 1/2] dev: ask about instalation inside issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 25 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.yml | 25 ++++++++++++++++++++++ 2 files changed, 50 insertions(+) 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..cea5f2549009 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 + - Docker + - Brew + - MacPorts + - AUR + - Nix + - Deb + - RPM + - Other Linux package manager + - Chocolatey + - Scoop + - go install + - Tools pattern + - go tool + - Other + validations: + required: true + - type: textarea id: problem attributes: From 81dd80687451e60d2f112a48af73cd95fdc44ac3 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Mon, 17 Feb 2025 13:21:02 +0100 Subject: [PATCH 2/2] review: same order --- .github/ISSUE_TEMPLATE/feature_request.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index cea5f2549009..9e0906538a65 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -21,19 +21,19 @@ body: - I don't know - Official GitHub Action - Official binary - - Docker - Brew - MacPorts - - AUR - - Nix - - Deb - - RPM - - Other Linux package manager - Chocolatey - Scoop + - Docker - go install - Tools pattern - go tool + - AUR + - Nix + - Deb + - RPM + - Other Linux package manager - Other validations: required: true