You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VilemKurz edited this page Jan 19, 2012
·
5 revisions
Accepting Pull Requests
Before being accepted, a pull request should get reviewed and +1'd by at least 2 organization members. If new code is integrated without getting 2 +1 votes, the changes may be backed out at the discretion of a sole member.
Branching Model
We have abandoned gitflow model in favor of using master branch only. The reason is to avoid confusion, and to keep the development moving. Merging into the master branch should ALWAYS be using --no-ff.