{section: Active source code release branches, or where should my code go?} *: Code that implements new features or non-urgent bug fixes, aka code targeted for v8.1.0, should go into branch *master*. *:{strike}Urgent bug fixes go into *V8_1_0-branch, but only with permission of the wrangler*. They should then be merged into *master*.{endstrike} *: Serious bug fixes to stable series features should go into *V8_0-branch*. _ALL COMMITS TO A STABLE BRANCH {wiki: PerformingCodeReviews MUST BE CODE REVIEWED}_ - the ticket should show who did the code review. Commits should then be merged into {strike}*V8_1_0-branch* with permission of the wranger,and/or {endstrike} *master*, as above. *: until 27-May doc changes and coverity bug fixes and can go into *V8_0_0-branch* and merge from there into *V8_0-branch*, following rules above. *: {strike}Very Very Urgent bug fixes to old features might go into *V8_0_0-branch*, but only with permission from the wrangler, and merge from there into *V8_0-branch*, following rules above.{endstrike} {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}