Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Create a Pull Request from Feature to Develop

Gustavo Denis edited this page Oct 31, 2019 · 1 revision
Main >Using Liquid for building your application> Using Liquid for building your application > Configure CI, CD and CT with Mono-Repo > Demonstration > Create a Pull Request from Feature to Develop

#Create a Feature Branch

Click in New branch

image.png

Fill the Name Field with Feature Branch target and select the branch in Based On.

image.png

The example below show the branch feature created.

image.png

#Create a Pull Request from Feature to Develop

After you finish your implementations you must create a Pull request with origin in Feature to Develop Target through pull request.

Fill the informations and click in Create.

image.png

After creation of pull request, the Continuous Integration and Continuous Tests will be initialized, the 2 pipeline must be executed with success, if show any errors, the Develop Team need fix the code in Feature Branch.

image.png

image.png

When the CI and CT is finished, you can approve the Pull Request to merge in Develop branch.

image.png

Clone this wiki locally