Return-Path: X-Original-To: apmail-community-commits-archive@minotaur.apache.org Delivered-To: apmail-community-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8811518A6E for ; Thu, 16 Jul 2015 12:23:27 +0000 (UTC) Received: (qmail 51479 invoked by uid 500); 16 Jul 2015 12:23:27 -0000 Delivered-To: apmail-community-commits-archive@community.apache.org Received: (qmail 51454 invoked by uid 500); 16 Jul 2015 12:23:27 -0000 Mailing-List: contact commits-help@community.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@community.apache.org Delivered-To: mailing list commits@community.apache.org Received: (qmail 51445 invoked by uid 99); 16 Jul 2015 12:23:27 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jul 2015 12:23:27 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id D8058AC0041 for ; Thu, 16 Jul 2015 12:23:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1691380 - /comdev/reporter.apache.org/trunk/site/render.js Date: Thu, 16 Jul 2015 12:23:26 -0000 To: commits@community.apache.org From: humbedooh@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150716122326.D8058AC0041@hades.apache.org> Author: humbedooh Date: Thu Jul 16 12:23:26 2015 New Revision: 1691380 URL: http://svn.apache.org/r1691380 Log: add another paragraph to be used for explaining in more detail, why the current project activity is where it is, whether it be for good or bad reasons. Modified: comdev/reporter.apache.org/trunk/site/render.js Modified: comdev/reporter.apache.org/trunk/site/render.js URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/render.js?rev=1691380&r1=1691379&r2=1691380&view=diff ============================================================================== --- comdev/reporter.apache.org/trunk/site/render.js (original) +++ comdev/reporter.apache.org/trunk/site/render.js Thu Jul 16 12:23:26 2015 @@ -215,6 +215,10 @@ function renderFrontPage(json) { addLine(pmc, "## Activity:") addLine(pmc, " - TODO - the PMC MUST provide this information") addLine(pmc) + + addLine(pmc, "## Health report:") + addLine(pmc, " - TODO - Please use this paragraph to elaborate on why the current project activity (mails, commits, bugs etc) is at its current level.") + addLine(pmc) addLine(pmc, "## Issues:") addLine(pmc, " - TODO - list any issues that require board attention, \n or say \"there are no issues requiring board attention at this time\"")