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 a22a9c2 no special characters
a22a9c2 is described below
commit a22a9c2a8fd12f6577fa52a1925fa9ff15c554ec
Author: Sebb <[email protected]>
AuthorDate: Mon Jan 29 20:36:26 2018 +0000
no special characters
---
www/secretary/workbench/templates/icla-invalid-id.erb | 1 +
www/secretary/workbench/templates/icla-pmc-notified.erb | 1 +
2 files changed, 2 insertions(+)
diff --git a/www/secretary/workbench/templates/icla-invalid-id.erb
b/www/secretary/workbench/templates/icla-invalid-id.erb
index 7217921..abe77a2 100644
--- a/www/secretary/workbench/templates/icla-invalid-id.erb
+++ b/www/secretary/workbench/templates/icla-invalid-id.erb
@@ -7,6 +7,7 @@ With this message, <%= @notify %> been notified that your ICLA
has been filed. P
Please provide the PMC (copied) with a valid Apache id.
The id must not already be in use. See
http://http://people.apache.org/committer-index.html
+Note that some existing ids include '-' and '_'. These characters are no
longer permitted in ids.
The id must consist of lowercase alphanumeric characters only, starting with
an alphabetic character.
Minimum length 3 characters. No special characters.
diff --git a/www/secretary/workbench/templates/icla-pmc-notified.erb
b/www/secretary/workbench/templates/icla-pmc-notified.erb
index bf0887a..cefba30 100644
--- a/www/secretary/workbench/templates/icla-pmc-notified.erb
+++ b/www/secretary/workbench/templates/icla-pmc-notified.erb
@@ -7,6 +7,7 @@ With this message, <%= @notify %> been notified that your ICLA
has been filed. P
If you have been invited as a committer, please provide the PMC (copied) with
your preferred Apache id.
The id must not already be in use. See
http://http://people.apache.org/committer-index.html
+Note that some existing ids include '-' and '_'. These characters are no
longer permitted in ids.
The id must consist of lowercase alphanumeric characters only, starting with
an alphabetic character.
Minimum length 3 characters. No special characters.
--
To stop receiving notification emails like this one, please contact
[email protected].