docs: improve the bug issue template. (#1781)
This commit is contained in:
parent
eefb97438c
commit
c3c7bcd7ac
19
.github/ISSUE_TEMPLATE/bug_report.md
vendored
19
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -7,13 +7,24 @@ assignees: ''
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
Thank you for creating the issue!
|
Thank you for creating the issue!
|
||||||
|
-->
|
||||||
|
|
||||||
- [ ] Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported.
|
- [ ] Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported.
|
||||||
- [ ] Yes, I've searched similar issues on GitHub and didn't find any.
|
- [ ] Yes, I've searched similar issues on GitHub and didn't find any.
|
||||||
- [ ] Yes, I've included all information below (version, config, etc).
|
- [ ] Yes, I've included all information below (version, config, etc).
|
||||||
|
- [ ] Yes, I've tried with the standalone linter if available. (https://golangci-lint.run/usage/linters/)
|
||||||
|
|
||||||
|
<!--
|
||||||
Please include the following information:
|
Please include the following information:
|
||||||
|
-->
|
||||||
|
|
||||||
|
<details><summary>Description of the problem</summary>
|
||||||
|
|
||||||
|
Your description
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
<details><summary>Version of golangci-lint</summary>
|
<details><summary>Version of golangci-lint</summary>
|
||||||
|
|
||||||
@ -51,3 +62,11 @@ $ golangci-lint run -v
|
|||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
<details><summary>Code example or link to a public repository</summary>
|
||||||
|
|
||||||
|
```go
|
||||||
|
// add your code here
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user