Update pull_request_template.md (#8187)
This commit is contained in:
parent
43441c7beb
commit
21f3e404bb
|
@ -2,13 +2,15 @@
|
|||
|
||||
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)
|
||||
- [ ] All tests passing with `make check` (only Linux and ue4-dev)
|
||||
- [ ] If relevant, update CHANGELOG.md with your changes
|
||||
|
||||
-->
|
||||
|
|
Loading…
Reference in New Issue