Skip to content

Commit 7048511

Browse files
alexandearpull[bot]
authored andcommitted
docs: use proper templates when creating GitHub issues (#4637)
1 parent ccacfe1 commit 7048511

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/docs/welcome/faq.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ See [how to properly install `golangci-lint` in CI](/welcome/install/#ci-install
1616

1717
1. Please, ensure you are using the latest binary release.
1818
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.
2020

2121
## Why do you have `typecheck` errors?
2222

@@ -53,7 +53,7 @@ Usually this options is used during development on local machine and compilation
5353
## How do you add a custom linter?
5454

5555
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.
5757

5858
## How to integrate `golangci-lint` into large project with thousands of issues
5959

0 commit comments

Comments
 (0)