You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hu...@apache.org on 2019/08/04 15:07:43 UTC

svn commit: r1864392 - in /comdev/reporter.apache.org/trunk/site/wizard/js: source/generators.js wizard.js

Author: humbedooh
Date: Sun Aug  4 15:07:43 2019
New Revision: 1864392

URL: http://svn.apache.org/viewvc?rev=1864392&view=rev
Log:
tweak wording

Modified:
    comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js
    comdev/reporter.apache.org/trunk/site/wizard/js/wizard.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=1864392&r1=1864391&r2=1864392&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 Sun Aug  4 15:07:43 2019
@@ -364,7 +364,7 @@ function health_tips(data) {
     // Append header IF there is data, otherwise nah.
     if (txt.length > 0) {
       txt = "<h5>Potentially useful observations on community health:</h5><ul>" + txt + "</ul>";
-      txt += "<div class='card' style='padding: 4px;'><b>PLEASE DO NOT COPY THESE METRICS VERBATIM INTO THE REPORT!</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 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;
 }

Modified: comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js?rev=1864392&r1=1864391&r2=1864392&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js Sun Aug  4 15:07:43 2019
@@ -1543,7 +1543,7 @@ function health_tips(data) {
     // Append header IF there is data, otherwise nah.
     if (txt.length > 0) {
       txt = "<h5>Potentially useful observations on community health:</h5><ul>" + txt + "</ul>";
-      txt += "<div class='card' style='padding: 4px;'><b>PLEASE DO NOT COPY THESE METRICS VERBATIM INTO THE REPORT!</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 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;
 }