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

clr pushed a commit to branch clr-apache-update-new-pmc-member
in repository https://gitbox.apache.org/repos/asf/whimsy.git

commit 82b78e95b3f787a38fce7d6f9c6e0e3846db3941
Author: Craig L Russell <[email protected]>
AuthorDate: Sun Apr 23 15:53:37 2023 -0700

    Update add.js.rb
    
    Remove check box
    Add link to lists.apache.org private list
    Add input field for VOTE or approval thread
---
 www/roster/views/pmc/add.js.rb | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/www/roster/views/pmc/add.js.rb b/www/roster/views/pmc/add.js.rb
index 48ecbcef..2672b836 100644
--- a/www/roster/views/pmc/add.js.rb
+++ b/www/roster/views/pmc/add.js.rb
@@ -58,13 +58,15 @@ class PMCAdd < Vue
                 _br
                 _b do
                   _ 'Before adding a new PMC member, '
-                  _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).'
+                  _a 'the PMC must approve the new member by VOTE or 
consensus.',
+                  _a 'You can use the following link to find the thread on the 
private list'
+                  _a 'and copy it into the text field below.'
+                    href: 'https://lists.apache.org/list?private@' + 
@@project.display.name + '.apache.org:lte=6M:'
+                  _ ' (the PMC private@ mailing list).'
                 end
                 _label do
-                  _span 'Has the NOTICE email been received by the board list?'
-                  _input type: 'checkbox', checked: @notice_elapsed
+                  _span 'Enter the link to the approval VOTE or consensus 
thread:'
+                  _input type: 'text', value:@votelink
                 end
               end
             end

Reply via email to