From dfe2b5c40eab7c35848a029ea728fa71ffdd0acd Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 31 Oct 2017 10:12:19 +0100 Subject: dashboard/app: update email bug template --- dashboard/app/email_test.go | 4 ++++ dashboard/app/mail_bug.txt | 2 ++ 2 files changed, 6 insertions(+) diff --git a/dashboard/app/email_test.go b/dashboard/app/email_test.go index 61f5da351..cb1500a32 100644 --- a/dashboard/app/email_test.go +++ b/dashboard/app/email_test.go @@ -62,6 +62,7 @@ report1 This bug is generated by a dumb bot. It may contain errors. See https://goo.gl/tpsmEJ for details. Direct all questions to syzkaller@googlegroups.com. +Please credit me with: Reported-by: syzbot syzbot will keep track of this bug report. Once a fix for this bug is committed, please reply to this email with: @@ -71,6 +72,7 @@ To mark this as a duplicate of another syzbot report, please reply with: If it's a one-off invalid bug report, please reply with: #syz invalid Note: if the crash happens again, it will cause creation of a new bug report. +Note: all commands must start from beginning of the line. To upstream this report, please reply with: #syz upstream` c.expectEQ(msg.Body, body) @@ -206,6 +208,7 @@ report1 This bug is generated by a dumb bot. It may contain errors. See https://goo.gl/tpsmEJ for details. Direct all questions to syzkaller@googlegroups.com. +Please credit me with: Reported-by: syzbot syzbot will keep track of this bug report. Once a fix for this bug is committed, please reply to this email with: @@ -215,6 +218,7 @@ To mark this as a duplicate of another syzbot report, please reply with: If it's a one-off invalid bug report, please reply with: #syz invalid Note: if the crash happens again, it will cause creation of a new bug report. +Note: all commands must start from beginning of the line. ` c.expectEQ(msg.Body, body) } diff --git a/dashboard/app/mail_bug.txt b/dashboard/app/mail_bug.txt index 2c3eca7f1..f359dc19f 100644 --- a/dashboard/app/mail_bug.txt +++ b/dashboard/app/mail_bug.txt @@ -18,6 +18,7 @@ for information about syzkaller reproducers{{end}} This bug is generated by a dumb bot. It may contain errors. See https://goo.gl/tpsmEJ for details. Direct all questions to syzkaller@googlegroups.com. +Please credit me with: Reported-by: syzbot syzbot will keep track of this bug report. Once a fix for this bug is committed, please reply to this email with: @@ -27,6 +28,7 @@ To mark this as a duplicate of another syzbot report, please reply with: If it's a one-off invalid bug report, please reply with: #syz invalid Note: if the crash happens again, it will cause creation of a new bug report. +Note: all commands must start from beginning of the line. {{if .Moderation -}} To upstream this report, please reply with: #syz upstream -- cgit mrf-deployment