github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/.github/ISSUE_TEMPLATE/bug_report.md (about) 1 --- 2 name: Bug in syzkaller 3 about: Create a report about a specific problem in syzkaller. 4 title: '<EDIT ME> (try to follow "pkg/name: short description" format)' 5 labels: 'bug' 6 assignees: '' 7 8 --- 9 10 **Describe the bug** 11 A clear and concise description of what the bug is. 12 13 If you just have a question, please use the `syzkaller@googlegroups.com` mailing list instead of this issue tracker. 14 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. 15 16 **To Reproduce** 17 Steps to reproduce the behavior. 18 Please provide syzkaller revision, Go version (output of go version), relevant information about host and target systems, 19 `syz-manager` config if relevant. If `syz-manager` is not working overall, please provide output of `syz-manager` with -debug flag. 20 21 **Expected behavior** 22 A clear and concise description of what you expected to happen. 23 24 **Additional context** 25 Add any other context about the problem here.