Closed jtaart closed 7 years ago
Hey, just added you as a collaborator for this repository.
Let's work like this:
When you want to add a new feature, you create a branch from develop
with the feature name. For example:
$ git checkout develop
$ git checkout -b smooth-levels # Local branch
$ git push -u origin smooth-levels # Pushing local branch to github
Then, when you complete the feature, you request a pull from smooth-levels
into develop
. And once we have some set of stable features, we can pull request into master
.
Pull requests help us to peer review the incoming code.
before: after: