githubEdit

list-checkContributing to the code

circle-check

We generally follow the gitflowarrow-up-right workflow model. If you’re not familiar with it, the general steps are

  1. Create a feature branch in your local repository and make your changes.

  2. Push your branch to the remote repository on Github.

  3. Open a pull request.

  4. The rest of the team will review the pull request and either approve or request changes.

  5. If changes are requested, make changes and push.

  6. 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 Guidearrow-up-right to help get up to speed. If you’d like to go further in depth, this Git for Professionalsarrow-up-right is a good resource.\

Last updated

Was this helpful?