You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2016/06/02 12:04:25 UTC

[whimsy] 01/02: add a standard footer; text provided by markt

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

commit 4aa1c6255f295f77e84cbcad86e7e4ec5bd852b8
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Thu Jun 2 08:01:24 2016 -0400

    add a standard footer; text provided by markt
---
 www/board/agenda/views/actions/feedback.json.rb | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/www/board/agenda/views/actions/feedback.json.rb b/www/board/agenda/views/actions/feedback.json.rb
index a7f7917..a7e515d 100644
--- a/www/board/agenda/views/actions/feedback.json.rb
+++ b/www/board/agenda/views/actions/feedback.json.rb
@@ -47,6 +47,18 @@ Agenda.parse(@agenda, :full).each do |item|
 
   next if text.strip.empty?
 
+  # add standard footer
+  text += "\n" + %{
+    This feedback was generated automatically by the secretary from the
+    comments made on your board report.
+    Comments that do not ask specific questions should be noted by the PMC
+    and taken into consideration as appropriate for future board reports.
+    Where a comment asks a specific question, it should be answered in your
+    next board report unless otherwise stated in the comment.
+    If you have any queries or concerns regarding any of the comments they
+    should be sent to the board@ mailing list.
+  }.gsub(/^ {4}/, '').strip
+
   # build cc list
   cc = ['board@apache.org']
   

-- 
To stop receiving notification emails like this one, please contact
"commits@whimsical.apache.org" <co...@whimsical.apache.org>.