CollabOps

Change Request

Code review workflow in CollabOps

What is a Change Request?

A Change Request (CR) is CollabOps' code review system. You can submit changes from a Git-based branch and receive reviews from your team members.

Creating a CR

Complete your work on a feature branch

Create a New Change Request in CollabOps

Assign reviewers

Write a description of the changes

Review Process

Reviewers can perform the following actions:

Comment: Leave feedback on specific lines of code

Approve: Approve the changes

Request Changes: Request modifications

Merging

Once all reviewers have approved, you can merge the CR. CollabOps supports various merge strategies:

Merge Commit

Squash and Merge

Rebase and Merge

Table of Contents