aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug_report.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 000000000..8b908f92d
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,25 @@
+---
+name: Bug in syzkaller
+about: Create a report about a specific problem in syzkaller.
+title: '<EDIT ME> (try to follow "pkg/name: short description" format)'
+labels: 'bug'
+assignees: ''
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+If you just have a question, please use the `syzkaller@googlegroups.com` mailing list instead of this issue tracker.
+The issue tracker is for specific detailed bugs. If you are not sure it's a bug, please start by asking on the users list.
+
+**To Reproduce**
+Steps to reproduce the behavior.
+Please provide syzkaller revision, Go version (output of go version), relevant information about host and target systems,
+`syz-manager` config if relevant. If `syz-manager` is not working overall, please provide output of `syz-manager` with -debug flag.
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Additional context**
+Add any other context about the problem here.