summaryrefslogtreecommitdiff
path: root/README.SUBMITTING_PATCH
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2009-11-12 17:36:37 +0000
committerChristopher Jones <sixd@php.net>2009-11-12 17:36:37 +0000
commitafb52093d9cd6ebbd7210c9796d3e964822fe7d3 (patch)
tree5ce7eaf31e2a319593ab1a4f6415f1e7b93f71f4 /README.SUBMITTING_PATCH
parent09bb52dd9379e1ab59bed709a34c8ca231d70893 (diff)
downloadphp-git-afb52093d9cd6ebbd7210c9796d3e964822fe7d3.tar.gz
Add auroraeos's article URL. Add IRC channels
Diffstat (limited to 'README.SUBMITTING_PATCH')
-rw-r--r--README.SUBMITTING_PATCH7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.SUBMITTING_PATCH b/README.SUBMITTING_PATCH
index dfb6c2836c..75a50fb370 100644
--- a/README.SUBMITTING_PATCH
+++ b/README.SUBMITTING_PATCH
@@ -4,6 +4,9 @@ Submitting Patches to PHP
This document describes how to submit a patch for PHP. Creating a
patch for PHP is easy!
+An excellent article to read first is:
+http://phpadvent.org/2008/less-whining-more-coding-by-elizabeth-smith
+
Prework
-------
@@ -27,6 +30,10 @@ before starting discussion. This RFC can be used for initial
discussion and later for documentation. Wiki accounts can be requested
on http://wiki.php.net/start?do=register
+There are several IRC channels where PHP developers are often
+available to discuss questions. They include #php.pecl on the EFNet
+network and #php-dev-win on FreeNode.
+
How to create your patch
------------------------