diff options
author | Christopher Jones <sixd@php.net> | 2009-11-20 21:52:02 +0000 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2009-11-20 21:52:02 +0000 |
commit | e53f363548e769a57d58ec6b5848201268052b20 (patch) | |
tree | e31847128cfc0bf6b14c1ac2357a4861481da80a | |
parent | 51c17c413c9dfbc398958e28dda67f8e02d13946 (diff) | |
download | php-git-e53f363548e769a57d58ec6b5848201268052b20.tar.gz |
Mention account access so we can refer account-requestors to this README
-rw-r--r-- | README.SUBMITTING_PATCH | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/README.SUBMITTING_PATCH b/README.SUBMITTING_PATCH index 75a50fb370..aa80a2ce12 100644 --- a/README.SUBMITTING_PATCH +++ b/README.SUBMITTING_PATCH @@ -4,6 +4,11 @@ Submitting Patches to PHP This document describes how to submit a patch for PHP. Creating a patch for PHP is easy! +You don't need any login accounts or special access to download, +build, debug and begin submitting PHP code, tests or documentation for +inclusion in PHP. Once you've followed this README and had several +patches accepted, PHP commit privileges are often quickly granted. + An excellent article to read first is: http://phpadvent.org/2008/less-whining-more-coding-by-elizabeth-smith @@ -128,7 +133,4 @@ Your name will be included together with your email address in the SVN commit log. If your patch affects end users, a brief description and your name might be added to the NEWS file. -Commit privileges are often granted to people who have had several -patches accepted. - Thank you for patching PHP! |