From c7d66d7b3e9d64dc73757386032a871cb7aaca3d Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Fri, 26 Feb 2021 01:30:37 +0100 Subject: [PATCH] docs: improve the bug issue template. --- .github/ISSUE_TEMPLATE/bug_report.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8652bf787b4b..e91ff502d8e4 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 +``` + +