We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf1fbc5 commit ae427c1Copy full SHA for ae427c1
.github/ISSUE_TEMPLATE.md
@@ -8,7 +8,7 @@ Please include the following information:
8
9
<details><summary>Version of golangci-lint</summary>
10
11
-```bash
+```console
12
$ golangci-lint --version
13
# paste output here
14
```
@@ -17,7 +17,7 @@ $ golangci-lint --version
17
18
<details><summary>Config file</summary>
19
20
21
$ cat .golangci.yml
22
23
@@ -26,7 +26,7 @@ $ cat .golangci.yml
26
27
<details><summary>Go environment</summary>
28
29
30
$ go version && go env
31
32
@@ -35,7 +35,7 @@ $ go version && go env
35
36
<details><summary>Verbose output of running</summary>
37
38
39
$ golangci-lint run -v
40
41
0 commit comments