diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8652bf78..e91ff502 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,13 +7,24 @@ assignees: '' --- + - [ ] Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported. - [ ] Yes, I've searched similar issues on GitHub and didn't find any. - [ ] Yes, I've included all information below (version, config, etc). +- [ ] Yes, I've tried with the standalone linter if available. (https://golangci-lint.run/usage/linters/) + + +
Description of the problem + +Your description + +
Version of golangci-lint @@ -51,3 +62,11 @@ $ golangci-lint run -v ```
+ +
Code example or link to a public repository + +```go +// add your code here +``` + +