diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-11-08 14:13:41 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-11-08 14:16:36 +0100 |
| commit | 9547ae3a85db67e4d3abe9ee7782a41b782a7906 (patch) | |
| tree | 8cefe23f7576088077287017a164cc695e59c6d4 | |
| parent | bc4a24220edd05c586c1a0254c2055ad3cbd06cb (diff) | |
dashboard/app: clarify that email commands must be in email body
We've got a reply in subject.
| -rw-r--r-- | dashboard/app/email_test.go | 4 | ||||
| -rw-r--r-- | dashboard/app/mail_bug.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dashboard/app/email_test.go b/dashboard/app/email_test.go index df1abbb5c..8badf910c 100644 --- a/dashboard/app/email_test.go +++ b/dashboard/app/email_test.go @@ -72,7 +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. +Note: all commands must start from beginning of the line in the email body. To upstream this report, please reply with: #syz upstream` c.expectEQ(msg.Body, body) @@ -218,7 +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. +Note: all commands must start from beginning of the line in the email body. ` c.expectEQ(msg.Body, body) } diff --git a/dashboard/app/mail_bug.txt b/dashboard/app/mail_bug.txt index 5bf333f3b..0c69bcd03 100644 --- a/dashboard/app/mail_bug.txt +++ b/dashboard/app/mail_bug.txt @@ -28,7 +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. +Note: all commands must start from beginning of the line in the email body. {{if .Moderation -}} To upstream this report, please reply with: #syz upstream |
