Skip to content

Commit

Permalink
docs: improve the bug issue template. (#1781)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Feb 26, 2021
1 parent eefb974 commit c3c7bcd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -7,13 +7,24 @@ assignees: ''

---

<!--
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've searched similar issues on GitHub and didn't find any.
- [ ] 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:
-->

<details><summary>Description of the problem</summary>

Your description

</details>

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

Expand Down Expand Up @@ -51,3 +62,11 @@ $ golangci-lint run -v
```

</details>

<details><summary>Code example or link to a public repository</summary>

```go
// add your code here
```

</details>

0 comments on commit c3c7bcd

Please sign in to comment.