Skip to content

Pull request

Florent Poinsard edited this page Apr 2, 2019 · 2 revisions

Pull Request

Open a pull request when your feature/fix is ready to be merged into a main branch.

Refer to the branch system to understand the rules of each branch.

When pushing or creating a new pull request, Travis will run two test on it, the first one being the "branch" test and the second being the "merge" test.

The "branch" test will build the branch like anyother build.

The "merge" test will test the branch with the current branch and the branch we want to merge into.

Clone this wiki locally