changeset 7153:56cef6e35f51

Explain why putting [PATCH] in the subject is important.
author diego
date Fri, 30 Aug 2002 00:53:11 +0000
parents 5d8f64646cb5
children 308d36832b7f
files DOCS/tech/patches.txt
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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!