summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/patches.txt
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/tech/patches.txt')
-rw-r--r--DOCS/tech/patches.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/DOCS/tech/patches.txt b/DOCS/tech/patches.txt
index b33a75c54f..ded586825b 100644
--- a/DOCS/tech/patches.txt
+++ b/DOCS/tech/patches.txt
@@ -4,7 +4,8 @@ Sending patches:
Note: We know our rules place a burden on you, but rest assured that
maintaining a big and complex software project is even harder, so please
accept our rules. We cannot afford to spend our time fixing buggy, broken or
-outdated patches.
+outdated patches. The closer you follow our rules the higher is the probability
+that your patch will be included.
0. Do not send complete files. These need to be diffed by hand to see the
changes, which makes reviews harder and less likely to occur. Besides as
@@ -65,4 +66,7 @@ outdated patches.
11. If you made a nontrivial contribution and wish to be mentioned in the
AUTHORS file, include that in your patch.
+12. Do not compress your patch unless it is very large. It only makes handling
+ the patch more difficult.
+
Thank you!