big-jobiees wrote > In the ignite repo i see lots of branches. > > my question is what dose head of master represent, in terms of Ignite > development. ? > > the latest greatest edge of development ? or only stable complete > features added ? > > Thanks
Hi, Master contains only completed features and bug fixes. Additionally, when release is close we create a separate branch for it (for example, now there is 'ignite-1.4'). This allows to add critical fixes to the nearest release and at the same time move master ahead adding functionality for the subsequent releases. Most of the other branches exist only due to our old process and will be removed in the nearest future. You should use patches or pull request to contribute changes (see [1] for details). [1] https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/ignite-head-master-tp1395p1399.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
