Contributing to the code
We generally follow the gitflow workflow model. If you’re not familiar with it, the general steps are
Create a feature branch in your local depository and make your changes.
Push your branch to the remote repository on Github.
Open a pull request.
The rest of the team will review the pull request and either approve or request changes.
If changes are requested, make changes and push.
Project maintainer will merge the branch, closing the pull request and deleting the remote branch.
Git
If you are inexperienced with Git or need a refresher please visit our Git Quick Start Guide to help get up to speed. If you’d like to go further in depth, this Git for Professionals is a good resource.
Last updated