Update pull_request_template.md (#8186)
This commit is contained in:
parent
2de16a2144
commit
880391b9a2
|
@ -2,10 +2,12 @@
|
||||||
|
|
||||||
Thanks for sending a pull request! Please make sure you click the link above to
|
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.
|
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:
|
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
|
- [ ] Extended the README / documentation, if necessary
|
||||||
- [ ] Code compiles correctly
|
- [ ] Code compiles correctly
|
||||||
- [ ] All tests passing with `make check` (only Linux)
|
- [ ] All tests passing with `make check` (only Linux)
|
||||||
|
|
Loading…
Reference in New Issue