Author: sebb
Date: Sat Jun 14 16:52:11 2025
New Revision: 1926416

URL: http://svn.apache.org/viewvc?rev=1926416&view=rev
Log:
Backfill change to source of wizard.js

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=1926416&r1=1926415&r2=1926416&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 Sat 
Jun 14 16:52:11 2025
@@ -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/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>";
+      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>";
     }
     return txt;
 }


Reply via email to