summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-04-23 22:59:33 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-04-25 11:02:51 +0200
commit842026474f58071edab152054b88c0e8d56bcf8e (patch)
treee56fbad8dbeb620dd2ffb0c6e3a24e7ec0a37c5e
parent866076cd3ec4b383ee7fd44450763b35ebf63132 (diff)
downloadcppunit-842026474f58071edab152054b88c0e8d56bcf8e.tar.gz
add patch management to CodingGuidelines
-rw-r--r--CodingGuideLines.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/CodingGuideLines.txt b/CodingGuideLines.txt
index 5651ee8..57b9013 100644
--- a/CodingGuideLines.txt
+++ b/CodingGuideLines.txt
@@ -59,3 +59,16 @@ iostream, as well as exception support.
--
Baptiste Lepilleur <gaiacrtn@free.fr>
+
+CppUnit's version control system management
+--------------------------------------------
+
+- only commit patches that are known to build; other commits might just be reverted
+ to allow bisecting
+
+- work in feature branches until your feature is ready to merge, if the feature
+ may break the build ask for review on the libreoffice developer mailing list
+
+- new features and patches without bug report only in master
+ and not in stable branches
+