Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jjti authored Dec 28, 2023
1 parent 007da05 commit bb93096
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Bug report
about: Create a bug report to help improve the linter
title: "[BUG] <Title>"
labels: bug
assignees: jjti

---

**Describe the bug**
Describe the bug. Is this a false negative, a false positive, something else? Is something in the docs unclear?

**To Reproduce**
A full snippet of Go code. This will be added to the test cases in `/testdata`. And this will be used to debug.

**Expected behavior**
A clear and concise description of what you expected to happen.

**Additional context**
Add any other context about the problem here.

0 comments on commit bb93096

Please sign in to comment.