Commit: cebd4ea18711420740b6da9d7d88ac9c58abc239 Author: Kalle Sommer Nielsen <[email protected]> Sat, 19 Nov 2016 13:10:42 +0100 Parents: 7ab10124254126b2877bcf75b740250a63db4bab Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=cebd4ea18711420740b6da9d7d88ac9c58abc239 Log: Added some more information and a few warnings for requesting an account Changed paths: M git-php.php Diff: diff --git a/git-php.php b/git-php.php index 7815baa..2efbd44 100644 --- a/git-php.php +++ b/git-php.php @@ -324,6 +324,12 @@ EOT; address where <strong>foo</strong> is your Git user id. Feel free to use it! </p> +<p> + If you get no resposne to an account request after a while, remember this is a + manual process, then please contact the relevant mailing list that belongs to + the part of PHP you requested access to. +</p> + <h2>Request a Git account</h2> <p class="warn"> @@ -337,6 +343,15 @@ EOT; Also note that information provided here will be sent to a public mailing list. </p> +<p class="warn"> + Please do <strong>NOT</strong> submit account requests if you have not previously + contributed any work such as patches to PHP. +</p> +<p class="warn"> + If someone told you to fill in an account request because you are a developer of + a certain extension, for example a <a href="http://pecl.php.net/">PECL</a> extension, + then please state who told you to submit this request in the purpose text field below. +</p> <?php } // endif: no data submitted -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
