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 1f0230a Add board nomination check tool
1f0230a is described below
commit 1f0230aa5e81f25cb8a08499d9947228c119339a
Author: Sebb <[email protected]>
AuthorDate: Sat Feb 27 00:16:56 2021 +0000
Add board nomination check tool
---
www/members/index.cgi | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/members/index.cgi b/www/members/index.cgi
index a8cc18b..67f9527 100755
--- a/www/members/index.cgi
+++ b/www/members/index.cgi
@@ -30,6 +30,7 @@ LISTS = {
MISC = {
'mentors.cgi' => "New Member mentoring program overview",
'board-attend.cgi' => "Director attendance statistics at board meetings",
+ 'board-nominations.cgi' => "Board Member nominations cross-check - ensuring
nominations get on the ballot, etc.",
'namediff.cgi' => "Crosscheck Members Names With ICLA records",
'mirror_check.cgi' => "ASF Distribution Mirror Check - is a mirror
configured correctly",
'download_check.cgi' => "Verify an Apache project download page is
configured correctly"