Author: rbowen
Date: Mon Jun 3 13:07:38 2024
New Revision: 1918133
URL: http://svn.apache.org/viewvc?rev=1918133&view=rev
Log:
Please do not paste your mailing list statistics into the report
Modified:
comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js
Modified: comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js
URL:
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js?rev=1918133&r1=1918132&r2=1918133&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js
(original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js Mon
Jun 3 13:07:38 2024
@@ -456,7 +456,7 @@ function health_tips(data) {
if (txt.length > 0) {
txt = "<a href='statistics?%s' target='_blank' class='btn btn-warning
btn-sm'>See full metrics (new tab)</a><br/>".format(project) + txt;
txt = "<h5>Potentially useful observations on community
health:</h5><ul>" + txt + "</ul>";
- txt += "<div class='card' style='padding: 4px;'><b>PLEASE DON'T COPY
THESE METRICS INTO THE REPORT ALONE!</b><p>While these metrics might offer
insights into the wellbeing of the project, what the board of directors
<b<really</b> wants to see is the <b>story</b> behind these
metrics.</p><p>Please take some time to explain why these metrics are the way
they are, and what this means for the project. If you are unsure how to do
this, please take a look at some of the examples provided above (click the
button!).</div>";
+ txt += "<div class='card' style='padding: 4px;'><b>PLEASE DON'T
COPY/PASTE THESE METRICS INTO THE REPORT!</b><p>The board does not want your
mailing list statistics, and generally doesn't read them. While these metrics
might offer insights into the wellbeing of the project, what the board of
directors <b<really</b> wants to see is the <b>story</b> behind these
metrics.</p><p>Please take some time to explain why these metrics are the way
they are, and what this means for the project. If you are unsure how to do
this, please take a look at some of the examples provided above (click the
button!).</div>";
}
return txt;
}