diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-10-31 12:14:07 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-10-31 12:14:07 +0100 |
| commit | 2de9b5257d641587df4f6d22ebc374dca02a56b3 (patch) | |
| tree | 76ed4524a1ca7de359867de7f243d668d508202b | |
| parent | 9d867540c8e8c8ac324ff6f5cadf56ca563c6c00 (diff) | |
dashboard/app: preserve template in Reported-by tag
| -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 cb1500a32..b598dae1f 100644 --- a/dashboard/app/email_test.go +++ b/dashboard/app/email_test.go @@ -62,7 +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 +Please credit me with: Reported-by: syzbot <syzkaller@googlegroups.com> syzbot will keep track of this bug report. Once a fix for this bug is committed, please reply to this email with: @@ -208,7 +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 +Please credit me with: Reported-by: syzbot <syzkaller@googlegroups.com> syzbot will keep track of this bug report. Once a fix for this bug is committed, please reply to this email with: diff --git a/dashboard/app/mail_bug.txt b/dashboard/app/mail_bug.txt index f359dc19f..48accfc3b 100644 --- a/dashboard/app/mail_bug.txt +++ b/dashboard/app/mail_bug.txt @@ -18,7 +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 +Please credit me with: Reported-by: syzbot <syzkaller@googlegroups.com> syzbot will keep track of this bug report. Once a fix for this bug is committed, please reply to this email with: |
