# HG changeset patch # User diego # Date 1030668791 0 # Node ID 56cef6e35f512df465020f89e2c30c78305b0c07 # Parent 5d8f64646cb50bedeea061ed92df53fca6a5b9d5 Explain why putting [PATCH] in the subject is important. diff -r 5d8f64646cb5 -r 56cef6e35f51 DOCS/tech/patches.txt --- 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!