-
Notifications
You must be signed in to change notification settings - Fork 22
Workflow
StefanNenchev edited this page May 23, 2017
·
3 revisions
- Pull latest changes in fixes branch.
- Create a new branch based on fixes.
- Implement the changes.
- Make sure the changes does not break the build.
- Create a pull request. Make sure the base branch is fixes.
- Ping someone to review your pull request.
- After approving, merge the pull request.
- Delete your branch. It is already merged and no longer needed.
- Merge fixes into development.
- Pull latest changes in development branch.
- Create a new branch based on development.
- Implement the changes.
- Make sure the changes does not break the build.
- Create a pull request. Make sure the base branch is development.
- Ping someone to review your pull request.
- After approving, merge the pull request.
- Delete your branch. It is already merged and no longer needed.