diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-10-31 10:12:19 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-10-31 10:16:53 +0100 |
| commit | dfe2b5c40eab7c35848a029ea728fa71ffdd0acd (patch) | |
| tree | b07a0088a164eb418c38269a1eb232a96b6e4025 | |
| parent | 6ddaf205add421609ab82777d9d45da8b09ceb46 (diff) | |
dashboard/app: update email bug template
| -rw-r--r-- | dashboard/app/email_test.go | 4 | ||||
| -rw-r--r-- | dashboard/app/mail_bug.txt | 2 |
2 files changed, 6 insertions, 0 deletions
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 |
