diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fcf482fb7..9f8d6c96f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,10 +2,12 @@ Thanks for sending a pull request! Please make sure you click the link above to view the contribution guidelines, then fill out the blanks below. +Please, make sure if your contribution is for UE4 version of CARLA you merge against ue4-dev branch. +if it is for UE5 version of CARLA you merge agaisnt ue5-dev branch Checklist: - - [ ] Your branch is up-to-date with the `dev` branch and tested with latest changes + - [ ] Your branch is up-to-date with the `ue4-dev/ue5-dev` branch and tested with latest changes - [ ] Extended the README / documentation, if necessary - [ ] Code compiles correctly - [ ] All tests passing with `make check` (only Linux)