summaryrefslogtreecommitdiff
path: root/README.SUBMITTING_PATCH
diff options
context:
space:
mode:
authorMelvyn Sopacua <msopacua@php.net>2002-11-14 19:44:26 +0000
committerMelvyn Sopacua <msopacua@php.net>2002-11-14 19:44:26 +0000
commit87e3b9705740bef1807515b103badec1baeac503 (patch)
tree0d076c45ea94ebeabe19a3e87e2f5d8bed2e9449 /README.SUBMITTING_PATCH
parent6841184abc023db230e00ba8832d5cfd324febd3 (diff)
downloadphp-git-87e3b9705740bef1807515b103badec1baeac503.tar.gz
Add a note about the mime-type
Diffstat (limited to 'README.SUBMITTING_PATCH')
-rw-r--r--README.SUBMITTING_PATCH5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.SUBMITTING_PATCH b/README.SUBMITTING_PATCH
index 900d2cd318..adb0e6807b 100644
--- a/README.SUBMITTING_PATCH
+++ b/README.SUBMITTING_PATCH
@@ -88,6 +88,11 @@ If you are patching PEAR, send the patch to pear-dev@lists.php.net.
Please add the prefix "[PATCH]" to your email subject and make sure
to include the patch as a MIME attachment even if it is short.
+
+NOTE: only MIME attachements of type 'text/*' are accepted. The
+ easiest way to acclomplish this, is to make the extension
+ '.txt'.
+
Test scripts should be included in the same email.
Explain what has been fixed/added/changed by your patch.