branches conventions
authorDieter Plaetinck <dieter@plaetinck.be>
Mon, 18 May 2009 20:39:22 +0000 (22:39 +0200)
committerDieter Plaetinck <dieter@plaetinck.be>
Mon, 18 May 2009 20:39:22 +0000 (22:39 +0200)
docs/CONTRIBUTING

index f351da9..9a2ff35 100644 (file)
@@ -25,6 +25,10 @@ If you're new to Git/github, have no fear:
 * [Github guides (highly recommended)](http://github.com/guides/home)
 * [Guides: Fork a project and submit your modifications](http://github.com/guides/fork-a-project-and-submit-your-modifications)
 
+Our convention is to develop in the *experimental* branch, and keep only stable, tested stuff in *master*.
+So ideally, all contributors develop in their experimental, that gets merged into the mainline experimental, and after QA it gets merged into the main master.
+
+
 ### VALGRIND PROFILING
        $ add this to Makefile header: CFLAGS=-g
        $ recompile