Skip to content

ShareKit Organization Policies

scompt edited this page Sep 8, 2011 · 5 revisions

Accepting Pull Requests

Before being accepted, a pull request should get reviewed and +1'd by at least 3 organization members. If new code is integrated without getting 3 +1 votes, the changes may be backed out at the discretion of a sole member.

Branching Model

Development should occur on feature branches. Merging into the master branch should be non using --no-ff. See http://nvie.com/posts/a-successful-git-branching-model/ for more details.

Clone this wiki locally