From 921b9d19f5cc5c4df43f1032aaa3b85cd5de502b Mon Sep 17 00:00:00 2001 From: Guillaume Tucker Date: Wed, 14 Nov 2018 23:04:53 +0000 Subject: [PATCH] report/templates/bisect: add disclaimer paragraph Add a paragraph to the bisection report email template to explain that this is the result of an automated bisection so there may not be anything wrong with the "breaking" commit it has found. Signed-off-by: Guillaume Tucker --- app/utils/report/templates/bisect.html | 17 +++++++++++++++++ app/utils/report/templates/bisect.txt | 8 ++++++++ 2 files changed, 25 insertions(+) diff --git a/app/utils/report/templates/bisect.html b/app/utils/report/templates/bisect.html index deb8fd503..d0d7d212a 100644 --- a/app/utils/report/templates/bisect.html +++ b/app/utils/report/templates/bisect.html @@ -24,11 +24,28 @@ } pre { display: inline; +} +div.disclaimer { + background-color: #eeeeee; + width: 480px; + padding: 2px 8px 2px 8px; + font-size: 0.8em; } {{ subject_str }} +
+

+ This automated bisection report was sent to you on the basis that you + may be involved with the breaking commit it has found. No manual + investigation has been done to verify it, and the root cause of the + problem may be somewhere else. +

+

+ Hope this helps! +

+

{{ subject_str }}

diff --git a/app/utils/report/templates/bisect.txt b/app/utils/report/templates/bisect.txt index 53651ffd1..c75c693aa 100644 --- a/app/utils/report/templates/bisect.txt +++ b/app/utils/report/templates/bisect.txt @@ -1,3 +1,11 @@ +* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * +* This automated bisection report was sent to you on the basis * +* that you may be involved with the breaking commit it has * +* found. No manual investigation has been done to verify it, * +* and the root cause of the problem may be somewhere else. * +* Hope this helps! * +* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + {{ subject_str }} Good: {{ good }}