Skip to content

Commit ae427c1

Browse files
kyoh86tpounds
authored andcommitted
chore: we can use a "console" for syntax
1 parent cf1fbc5 commit ae427c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Please include the following information:
88

99
<details><summary>Version of golangci-lint</summary>
1010

11-
```bash
11+
```console
1212
$ golangci-lint --version
1313
# paste output here
1414
```
@@ -17,7 +17,7 @@ $ golangci-lint --version
1717

1818
<details><summary>Config file</summary>
1919

20-
```bash
20+
```console
2121
$ cat .golangci.yml
2222
# paste output here
2323
```
@@ -26,7 +26,7 @@ $ cat .golangci.yml
2626

2727
<details><summary>Go environment</summary>
2828

29-
```bash
29+
```console
3030
$ go version && go env
3131
# paste output here
3232
```
@@ -35,7 +35,7 @@ $ go version && go env
3535

3636
<details><summary>Verbose output of running</summary>
3737

38-
```bash
38+
```console
3939
$ golangci-lint run -v
4040
# paste output here
4141
```

0 commit comments

Comments
 (0)