{section: Active source code release branches} *: Code that implements new features or non-urgent bug fixes, aka code targeted for v8.9.x, should go into the *master* branch. *: Code that implements bug fixes appropriate for the stable series (aka v8.8.x) should go into branch *V8_8-branch*, and merged to branch *master*. _ALL COMMITS TO A STABLE BRANCH {wiki: PerformingCodeReviews MUST BE CODE REVIEWED}_ - the ticket should show who did the code review. *: If code needs to be reviewed before pushing, then can use "git format-patch" to create a patch, and attach it to the ticket. If it's a larger change, you should put it into a topic branch instead. {section: List of all source code branches} Below is a table of all branches in our repository and when/who last did a commit to them. {wiki: GitBranchDescriptions Documentation} about what each branch is about is also available. {report: 13}