Skip to content

Commit c3c7bcd

Browse files
authored
docs: improve the bug issue template. (#1781)
1 parent eefb974 commit c3c7bcd

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,24 @@ assignees: ''
77

88
---
99

10+
<!--
1011
Thank you for creating the issue!
12+
-->
1113

1214
- [ ] Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported.
1315
- [ ] Yes, I've searched similar issues on GitHub and didn't find any.
1416
- [ ] Yes, I've included all information below (version, config, etc).
17+
- [ ] Yes, I've tried with the standalone linter if available. (https://golangci-lint.run/usage/linters/)
1518

19+
<!--
1620
Please include the following information:
21+
-->
22+
23+
<details><summary>Description of the problem</summary>
24+
25+
Your description
26+
27+
</details>
1728

1829
<details><summary>Version of golangci-lint</summary>
1930

@@ -51,3 +62,11 @@ $ golangci-lint run -v
5162
```
5263

5364
</details>
65+
66+
<details><summary>Code example or link to a public repository</summary>
67+
68+
```go
69+
// add your code here
70+
```
71+
72+
</details>

0 commit comments

Comments
 (0)