Community
Participate
Working Groups
"$have Voting successful.<br>" .
"$have PMC approved.<br>" .
"$have VCS package information.<br>" .
"$need Waiting for candidate paperwork." .
"$need Processing candidate paperwork.*" .
"<div style='color: gray;'>\n" .
$this->legal_status_html() . "</div>\n";
$this->legal_status_html() . "</div>\n
<p>* If you have provided all requested paperwork (see \"New Committer Request Form\" email),
please allow 5 – 7 business days for processing (we're semi-automated but not fully robotic).
If you have not submitted your paperwork, please do so.</p>";
case 'sent_to_webmaster': return
login( 'developer1' );
find( "committer_vote", "fullname() == 'Karl Candidate'" );
check( "Waiting for candidate paperwork" );
check( "Processing candidate paperwork" );
advance('3 days');
// candidate sends paper ICA and ECECF
show();
advance( '1 week' );
email( 'Reminder to fill out the New Committer paperwork', 'candidate' );
find( "committer_vote", "fullname() == 'Tyro Newbie'" );
email( 'Reminder to fill out the New Committer paperwork', 'developer4' );