From ae427c1eda2a21975ec80cd1479e5d735bf3f6a5 Mon Sep 17 00:00:00 2001 From: Kyoichiro Yamada Date: Sat, 21 Dec 2019 10:54:51 +0900 Subject: [PATCH] chore: we can use a "console" for syntax --- .github/ISSUE_TEMPLATE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ```