diff DOCS/tech/patches.txt @ 7153:56cef6e35f51

Explain why putting [PATCH] in the subject is important.
author diego
date Fri, 30 Aug 2002 00:53:11 +0000
parents ff80fbfa06f5
children 534b9b6f6557
line wrap: on
line diff
--- a/DOCS/tech/patches.txt	Fri Aug 30 00:38:42 2002 +0000
+++ b/DOCS/tech/patches.txt	Fri Aug 30 00:53:11 2002 +0000
@@ -29,6 +29,9 @@
    Subject line should be: '[PATCH] very short description of the patch'.
    In the mail, describe in a few sentences what you change and why.
    If you made independent changes, try to send them as separate patches.
+   The subject line is very important if you do not want your patch to get
+   lost in the noise. We need the uppercase [PATCH] to be able to search
+   for unapplied patches, so please use it.
 
 Thank you!