From efe80d18c7e9878274ab346d6a95a0e86b6ea3b7 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Thu, 11 Apr 2024 17:59:51 +0300 Subject: [PATCH 1/3] docs: use proper templates when creating GitHub issues --- docs/src/docs/welcome/faq.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/docs/welcome/faq.mdx b/docs/src/docs/welcome/faq.mdx index 53725a244945..fb6eb6d6cffe 100644 --- a/docs/src/docs/welcome/faq.mdx +++ b/docs/src/docs/welcome/faq.mdx @@ -16,7 +16,7 @@ See [how to properly install `golangci-lint` in CI](/welcome/install/#ci-install 1. Please, ensure you are using the latest binary release. 2. Run it with `-v` option and check the output. -3. If it doesn't help create a [GitHub issue](https://github.com/golangci/golangci-lint/issues/new) with the output from the error and #2 above. +3. If it doesn't help create a [GitHub issue](https://github.com/golangci/golangci-lint/issues/new?assignees=&labels=bug&projects=&template=bug_report.yml) with the output from the error and #2 above. ## Why do you have `typecheck` errors? @@ -53,7 +53,7 @@ Usually this options is used during development on local machine and compilation ## How do you add a custom linter? You can integrate it yourself, see this [manual](/contributing/new-linters/). -Or you can create a [GitHub Issue](https://github.com/golangci/golangci-lint/issues/new) and we will integrate when time permits. +Or you can create a [GitHub Issue](https://github.com/golangci/golangci-lint/issues/new?assignees=&labels=enhancement&projects=&template=feature_request.yml) and we will integrate when time permits. ## How to integrate `golangci-lint` into large project with thousands of issues From b28755b3c69f897917481b9109aa8e87a1679768 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Thu, 11 Apr 2024 19:06:35 +0300 Subject: [PATCH 2/3] Update docs/src/docs/welcome/faq.mdx Co-authored-by: Ludovic Fernandez --- docs/src/docs/welcome/faq.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/welcome/faq.mdx b/docs/src/docs/welcome/faq.mdx index fb6eb6d6cffe..5990be134f2e 100644 --- a/docs/src/docs/welcome/faq.mdx +++ b/docs/src/docs/welcome/faq.mdx @@ -16,7 +16,7 @@ See [how to properly install `golangci-lint` in CI](/welcome/install/#ci-install 1. Please, ensure you are using the latest binary release. 2. Run it with `-v` option and check the output. -3. If it doesn't help create a [GitHub issue](https://github.com/golangci/golangci-lint/issues/new?assignees=&labels=bug&projects=&template=bug_report.yml) with the output from the error and #2 above. +3. If it doesn't help create a [GitHub issue](https://github.com/golangci/golangci-lint/issues/new) with the output from the error and #2 above. ## Why do you have `typecheck` errors? From 86215b3a2e6d1c90885acf975ffe03b73b3583bc Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Thu, 11 Apr 2024 19:09:52 +0300 Subject: [PATCH 3/3] docs: add "choose" --- docs/src/docs/welcome/faq.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/welcome/faq.mdx b/docs/src/docs/welcome/faq.mdx index 5990be134f2e..1f62aa96fb77 100644 --- a/docs/src/docs/welcome/faq.mdx +++ b/docs/src/docs/welcome/faq.mdx @@ -16,7 +16,7 @@ See [how to properly install `golangci-lint` in CI](/welcome/install/#ci-install 1. Please, ensure you are using the latest binary release. 2. Run it with `-v` option and check the output. -3. If it doesn't help create a [GitHub issue](https://github.com/golangci/golangci-lint/issues/new) with the output from the error and #2 above. +3. If it doesn't help create a [GitHub issue](https://github.com/golangci/golangci-lint/issues/new/choose) with the output from the error and #2 above. ## Why do you have `typecheck` errors?