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

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


The following commit(s) were added to refs/heads/clr-apache-invalids by this 
push:
     new 9228630f Update incomplete.json.rb
9228630f is described below

commit 9228630f9625e7ac29e3f160dab1fa542812d7e2
Author: Craig L Russell <[email protected]>
AuthorDate: Fri Feb 6 11:12:35 2026 -0800

    Update incomplete.json.rb
    
    Add reasons for four new rejections
---
 www/secretary/workbench/views/actions/incomplete.json.rb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/www/secretary/workbench/views/actions/incomplete.json.rb 
b/www/secretary/workbench/views/actions/incomplete.json.rb
index 6cae4d13..64006aeb 100644
--- a/www/secretary/workbench/views/actions/incomplete.json.rb
+++ b/www/secretary/workbench/views/actions/incomplete.json.rb
@@ -18,6 +18,10 @@ REASONS = {
   '@wrong_email' => 'email address shown in the ICLA must agree with the 
sender',
   '@corporate_postal' => 'the postal address does not appear to be a personal 
residence address',
   '@invalid_public' => 'the public name should be a real name or pen name and 
not a user id',
+  '@invalid_name' => 'as this is a legal document, your full legal name is 
required',
+  '@invalid_language' => 'the form must contain only English',
+  '@invalid_form' => 'please use a pdf form filler and attach a signature 
image',
+  '@employee_or_grant' => 'the CCLA must include a list of employees and/or a 
software grant',
   '@separate_signature' => 'the document and signature must be sent attached 
to the same email',
   '@unauthorized_signature' => 'the signature must be from an authorized 
person, usually a company executive',
   '@empty_form' => 'the form appears to be completely empty',

Reply via email to