From d1fdae0c34bc12f61386cc6d8dbaf5453fb698da Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 19 Oct 2017 14:27:36 +0200 Subject: Create issue_template.txt --- docs/issue_template.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/issue_template.txt diff --git a/docs/issue_template.txt b/docs/issue_template.txt new file mode 100644 index 000000000..efc1947df --- /dev/null +++ b/docs/issue_template.txt @@ -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