From 7fdc7eba93f64e6449973c5f79eb143cc8b1be9e Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 18 Oct 2017 12:14:53 +0200 Subject: Create issue_template.md --- docs/issue_template.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/issue_template.md (limited to 'docs') diff --git a/docs/issue_template.md b/docs/issue_template.md new file mode 100644 index 000000000..efc1947df --- /dev/null +++ b/docs/issue_template.md @@ -0,0 +1,5 @@ +Before filing an issue please check the existing issues and the mailing list (https://groups.google.com/forum/#!forum/syzkaller). + +Please provide syzkaller revision, Go version (output of go version), relevant information about host and target systems. + +If syz-manager is not working overall, please provide output of syz-manager with -debug flag. -- cgit mrf-deployment