Last updated
Last updated
We generally follow the 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.
If you are inexperienced with Git or need a refresher please visit our to help get up to speed. If you’d like to go further in depth, this is a good resource.