devel-proj-branching.rst
changeset 1025 6d7c8cb191cd
parent 1021 13bf431d9f42
child 1026 a6f51fcdb6f2
--- a/devel-proj-branching.rst	Tue Oct 11 23:06:48 2011 +0300
+++ b/devel-proj-branching.rst	Wed Oct 12 01:50:26 2011 +0300
@@ -10,11 +10,21 @@
 -------------------
 
  * For main development activities.
- * Usually for bug fixes, small enhancements.
- * Also for development if project on initial development stage.
+ * For bug fixes, small enhancements.
+ * For development on initial project stage.
+ * Does not for experimental features!
 
 Names: dev, devel, master, trunk
 
+Feature branch.
+---------------
+
+ * For experimental features.
+ * For large changes that can break main development.
+ * For incompatable changes that can break main development.
+
+Names: feature-xxx
+
 Release branch.
 ---------------