Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.33 KB

benefits-of-pull-requests-review-in-che.adoc

File metadata and controls

32 lines (25 loc) · 1.33 KB

Benefits of reviewing pull and merge requests in {prod}

{prod} workspace contains all tools you need to review pull and merge requests from start to finish. By clicking a {prod-short} link, you get access to {prod}-supported web IDE with a ready-to-use workspace where you can run a linter, unit tests, the build and more.

Prerequisites
  • You have access to the repository hosted by your Git provider.

  • You have access to a {prod-short} instance.

Procedure
  1. Open the feature branch to review in {prod-short}. A clone of the branch opens in a workspace with tools for debugging and testing.

  2. Check the pull or merge request changes.

  3. Run your desired debugging and testing tools:

    • Run a linter.

    • Run unit tests.

    • Run the build.

    • Run the application to check for problems.

  4. Navigate to UI of your Git provider to leave comment and pull or merge your assigned request.

Verification
  • (optional) Open a second workspace using the main branch of the repository to reproduce a problem.