You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/docs/welcome/faq.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ See [how to properly install `golangci-lint` in CI](/welcome/install/#ci-install
16
16
17
17
1. Please, ensure you are using the latest binary release.
18
18
2. Run it with `-v` option and check the output.
19
-
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.
19
+
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.
20
20
21
21
## Why do you have `typecheck` errors?
22
22
@@ -53,7 +53,7 @@ Usually this options is used during development on local machine and compilation
53
53
## How do you add a custom linter?
54
54
55
55
You can integrate it yourself, see this [manual](/contributing/new-linters/).
56
-
Or you can create a [GitHub Issue](https://github.com/golangci/golangci-lint/issues/new) and we will integrate when time permits.
56
+
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.
57
57
58
58
## How to integrate `golangci-lint` into large project with thousands of issues
0 commit comments