diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 6b388653..84e4225a 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -8,7 +8,7 @@ Please include the following information:
Version of golangci-lint -```bash +```console $ golangci-lint --version # paste output here ``` @@ -17,7 +17,7 @@ $ golangci-lint --version
Config file -```bash +```console $ cat .golangci.yml # paste output here ``` @@ -26,7 +26,7 @@ $ cat .golangci.yml
Go environment -```bash +```console $ go version && go env # paste output here ``` @@ -35,7 +35,7 @@ $ go version && go env
Verbose output of running -```bash +```console $ golangci-lint run -v # paste output here ```