[Checkins] SVN: developer_docs/trunk/source/ updated committer workflow instructions

Andreas Jung andreas at andreas-jung.com
Sat Dec 17 13:25:41 UTC 2011


Log message for revision 123828:
  updated committer workflow instructions
  

Changed:
  U   developer_docs/trunk/source/becoming-a-committer.rst
  U   developer_docs/trunk/source/new-members-procedure.rst

-=-
Modified: developer_docs/trunk/source/becoming-a-committer.rst
===================================================================
--- developer_docs/trunk/source/becoming-a-committer.rst	2011-12-17 13:18:12 UTC (rev 123827)
+++ developer_docs/trunk/source/becoming-a-committer.rst	2011-12-17 13:25:40 UTC (rev 123828)
@@ -9,7 +9,7 @@
 1. Print, fill out and sign the
    `Zope Committer Agreement <http://foundation.zope.org/agreements>`_
    (Leave the zope.org username field empty - an new username will
-    be assigned by the committer committee)
+   be assigned by the committer committee)
 
 2. Submit the agreement to the Zope Foundation. This can be done by
    either email (contributor-admin at zope.org) or fax or post 

Modified: developer_docs/trunk/source/new-members-procedure.rst
===================================================================
--- developer_docs/trunk/source/new-members-procedure.rst	2011-12-17 13:18:12 UTC (rev 123827)
+++ developer_docs/trunk/source/new-members-procedure.rst	2011-12-17 13:25:40 UTC (rev 123828)
@@ -13,12 +13,28 @@
      the applicant. Note that the reference committer must be an
      active committer.
 
-2) Create SVN account for new committer::
+2) Choose a new username for the new committer (full firstname + 
+   lastname of the committer separated with dots) e.g.:
 
+   - andreas.jung
+   - christian.theune
+
+   Accented or special characters should be replaced with their
+   ASCII representation.
+
+3) Create a new account through the zope.org user management site
+   https://svn.zope.org/manage-profile . The new committer will 
+   receive an email automatically upon registration containing
+   a password reset link giving him/her the option to choose
+   a new password.
+
+
+4) Create SVN account for new committer::
+
    $ ssh svn.zope.org
    $ sudo /usr/sbin/newsvnuser <zopeorg-name> <Firstname> <...> <Lastname>
 
-3) Send notification mail to:
+5) Send notification mail to:
 
    - applicant  (TO:)
    - reference committer  (CC:)
@@ -34,8 +50,8 @@
        Contributor Agreement was received and approved. <<<REFERENCE>>> was
        given as the reference committer.
 
-       Using your zope.org user account, you're now able to check in code
-       into svn.zope.org.
+       Using your new zope.org user account <<<USERACCOUNT >>>, 
+       you are now able to check in code into svn.zope.org.
 
        One last step, though: you need to deposit your SSH public key(s) as
        described:



More information about the checkins mailing list