devel-proj-branching.rst
changeset 1026 a6f51fcdb6f2
parent 1025 6d7c8cb191cd
child 1032 4decc3e00bb6
--- a/devel-proj-branching.rst	Wed Oct 12 01:50:26 2011 +0300
+++ b/devel-proj-branching.rst	Wed Oct 12 01:55:04 2011 +0300
@@ -37,3 +37,22 @@
 
 Names: vXX.YY.ZZ, maint
 
+Workflows.
+==========
+
+Regular development workflow.
+-----------------------------
+
+Regular development stay in development or feature branches.
+
+After completing feature set and testing feature branch merged with top of main
+development branch tested again and merged to main development branch.
+
+After completing feature set and testing main development branch merged to
+release branch.
+
+Bug fixing workflow.
+--------------------
+
+TODO
+