mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-03 16:20:06 -06:00
971 B
971 B
icon
| icon |
|---|
| list-check |
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.\