summaryrefslogtreecommitdiff
path: root/README.SUBMITTING_PATCH
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2014-01-26 18:28:21 +0900
committerStanislav Malyshev <stas@php.net>2014-01-26 17:20:12 -0800
commit60bcf84ddaa281f1e803b11a7db77d8a7f8c58c6 (patch)
treeddfd36b5a85c358fc05b1d906a9b8f3d97d970ba /README.SUBMITTING_PATCH
parentd5560faaa3595c4aaf46329e4714432c42244503 (diff)
downloadphp-git-60bcf84ddaa281f1e803b11a7db77d8a7f8c58c6.tar.gz
Update source docs
Diffstat (limited to 'README.SUBMITTING_PATCH')
-rw-r--r--README.SUBMITTING_PATCH8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.SUBMITTING_PATCH b/README.SUBMITTING_PATCH
index 63b7156f10..57bd2881b8 100644
--- a/README.SUBMITTING_PATCH
+++ b/README.SUBMITTING_PATCH
@@ -50,6 +50,14 @@ 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.
+
+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.
+
PHP Documentation Patches
-------------------------