diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..ab5a1aa
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,20 @@
+---
+name: Bug report
+about: Create a bug report to help improve the linter
+title: "[BUG]
"
+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.