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 b768c26f Link to acount request form
b768c26f is described below
commit b768c26f07cbbdce4cd82d277948b1885545691e
Author: Sebb <[email protected]>
AuthorDate: Mon Dec 9 23:38:40 2024 +0000
Link to acount request form
---
www/roster/views/index.html.rb | 2 +-
www/roster/views/pmc/main.js.rb | 5 +++++
www/roster/views/ppmc/main.js.rb | 5 +++++
3 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/www/roster/views/index.html.rb b/www/roster/views/index.html.rb
index 00ef3acc..81500b3d 100644
--- a/www/roster/views/index.html.rb
+++ b/www/roster/views/index.html.rb
@@ -60,7 +60,7 @@ _html do
_td do
_ 'Search for committers by name, user id, or email address.'
- _ ' Also includes pending ICLAs'
+ _ ' Also includes pending ICLAs (i.e. account not yet created)'
end
end
end
diff --git a/www/roster/views/pmc/main.js.rb b/www/roster/views/pmc/main.js.rb
index dcf8062d..40491cc4 100644
--- a/www/roster/views/pmc/main.js.rb
+++ b/www/roster/views/pmc/main.js.rb
@@ -86,6 +86,11 @@ class PMC < Vue
_br
_ 'Note: to Add existing committers to the PMC, please select the
committer from the list below and use the Modify button instead.'
_br
+ _br
+ _ 'If the person does not yet have an ASF id, please use the '
+ _a 'Account Request Form', href: '/officers/acreq.cgi'
+ _br
+ _br
_ 'N.B. please ask the committer to subscribe themselves to the
private list, for example by using the'
_br
_ 'Mailing List Subscription Helper '
diff --git a/www/roster/views/ppmc/main.js.rb b/www/roster/views/ppmc/main.js.rb
index e9cb70b8..e9a859b0 100644
--- a/www/roster/views/ppmc/main.js.rb
+++ b/www/roster/views/ppmc/main.js.rb
@@ -89,6 +89,11 @@ class PPMC < Vue
_br
_ 'Note: to Add existing committers to the PPMC, please select the
committer from the list below and use the Modify button instead.'
_br
+ _br
+ _ 'If the person does not yet have an ASF id, please use the '
+ _a 'Account Request Form', href: '/officers/acreq.cgi'
+ _br
+ _br
_ 'N.B. please ask the committer to subscribe themselves to the
private list, for example by using the'
_br
_ 'Mailing List Subscription Helper '