Skip to content
StefanNenchev edited this page May 23, 2017 · 3 revisions

I need to make a change that will be released as soon as possible

  1. Pull latest changes in fixes branch.
  2. Create a new branch based on fixes.
  3. Implement the changes.
  4. Make sure the changes does not break the build.
  5. Create a pull request. Make sure the base branch is fixes.
  6. Ping someone to review your pull request.
  7. After approving, merge the pull request.
  8. Delete your branch. It is already merged and no longer needed.
  9. Merge fixes into development.

I need to create articles that will be released with next major release

  1. Pull latest changes in development branch.
  2. Create a new branch based on development.
  3. Implement the changes.
  4. Make sure the changes does not break the build.
  5. Create a pull request. Make sure the base branch is development.
  6. Ping someone to review your pull request.
  7. After approving, merge the pull request.
  8. Delete your branch. It is already merged and no longer needed.