You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2022/10/22 10:35:38 UTC

[whimsy] branch master updated: Drop the 72hr NOTICE period

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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 67cdc1cb Drop the 72hr NOTICE period
67cdc1cb is described below

commit 67cdc1cb761e055c282664649afe1b6ceacf438a
Author: Sebb <se...@apache.org>
AuthorDate: Sat Oct 22 11:35:23 2022 +0100

    Drop the 72hr NOTICE period
---
 www/roster/views/pmc/add.js.rb  | 6 +-----
 www/roster/views/ppmc/add.js.rb | 4 +---
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/www/roster/views/pmc/add.js.rb b/www/roster/views/pmc/add.js.rb
index 9a25efac..48ecbcef 100644
--- a/www/roster/views/pmc/add.js.rb
+++ b/www/roster/views/pmc/add.js.rb
@@ -61,13 +61,9 @@ class PMCAdd < Vue
                   _a 'email notification must be sent to the Board mailing list',
                     href: 'https://www.apache.org/dev/pmc.html#send-the-board-a-notice-of-the-vote-to-add-someone'
                   _ ' (cc: the PMC private@ mailing list).'
-                  _br
-                  _ 'There follows a '
-                  _a '72 hour NOTICE period',
-                    href: 'https://www.apache.org/dev/pmc.html#notice_period'
                 end
                 _label do
-                  _span 'Has the NOTICE email been received by the board list and has the NOTICE period elapsed?'
+                  _span 'Has the NOTICE email been received by the board list?'
                   _input type: 'checkbox', checked: @notice_elapsed
                 end
               end
diff --git a/www/roster/views/ppmc/add.js.rb b/www/roster/views/ppmc/add.js.rb
index b3adf6c2..62646310 100644
--- a/www/roster/views/ppmc/add.js.rb
+++ b/www/roster/views/ppmc/add.js.rb
@@ -60,11 +60,9 @@ class PPMCAdd < Vue
                   _ 'Before adding a new PPMC member, '
                   _a 'email notification must be sent to the Incubator private mailing list',
                     href: 'https://incubator.apache.org/guides/ppmc.html#voting_in_a_new_ppmc_member'
-                  _br
-                  _ 'There follows a 72 hour NOTICE period'
                 end
                 _label do
-                  _span 'Has the NOTICE email been received by the Incubator list and has the NOTICE period elapsed?'
+                  _span 'Has the NOTICE email been received by the Incubator list?'
                   _input type: 'checkbox', checked: @notice_elapsed
                 end
               end