diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2014-01-27 06:50:11 +0900 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-01-26 17:20:13 -0800 |
commit | d65ddb633d4fef54bd9715c4a159d8a7462eed2d (patch) | |
tree | 7e8373785445a5f51c0bc5c87b03529e7d57ae4f /README.SUBMITTING_PATCH | |
parent | f496aac1f6fc2b3ef30d5ed9539dbfdf9b4a1892 (diff) | |
download | php-git-d65ddb633d4fef54bd9715c4a159d8a7462eed2d.tar.gz |
Fix English and improve by Stas. Thanks :)
Diffstat (limited to 'README.SUBMITTING_PATCH')
-rw-r--r-- | README.SUBMITTING_PATCH | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/README.SUBMITTING_PATCH b/README.SUBMITTING_PATCH index 57bd2881b8..ee8e6bbaef 100644 --- a/README.SUBMITTING_PATCH +++ b/README.SUBMITTING_PATCH @@ -50,13 +50,16 @@ Please make the mail subject prefix "[PATCH]". If attaching a patch, ensure it has a file extension of ".txt". This is because only MIME attachments of type 'text/*' are accepted. -Preferred way to propose PHP patch is sending pull request from github. +The preferred way to propose PHP patch is sending pull request from +github. https://github.com/php/php-src -Fork official PHP repository and send pull request. It will be notified -to pull request mailing list. You can add pull requests to -http://bugs.php.net/ reports also. +Fork the official PHP repository and send a pull request. A +notification will be sent to the pull request mailing list. Sending a +note to PHP Internals list (internals@lists.php.net) may help getting +more feedback and quicker turnaround. You can also add pull requests +to bug reports at http://bugs.php.net/. PHP Documentation Patches |