Hacking:Making pull requests: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 8:
* ''develop'' - branch that contains a code for the next major release. Code in this branch good enough for testing and sharing among developers.
* ''feature'' - branch that contains a code for unfinished features.
* ''release'' - used for feature freeze state before the next major release. And for preparing the next minor release (feature freeze state).
 
These are the main branches you should know about. There are several long term task specific branches in repository too. But we will not discuss them in this document.