carla/.github/pull_request_template.md

33 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2018-01-17 00:43:07 +08:00
<!--
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
2018-01-17 00:43:07 +08:00
Checklist:
- [ ] Your branch is up-to-date with the `ue4-dev/ue5-dev` branch and tested with latest changes
2018-01-18 01:11:57 +08:00
- [ ] Extended the README / documentation, if necessary
- [ ] Code compiles correctly
2020-09-07 17:15:55 +08:00
- [ ] All tests passing with `make check` (only Linux)
2019-01-09 20:56:25 +08:00
- [ ] If relevant, update CHANGELOG.md with your changes
2018-01-17 00:43:07 +08:00
-->
#### Description
<!-- Please explain the changes you made here as detailed as possible. -->
Fixes # <!-- If fixes an issue, please add here the issue number. -->
#### Where has this been tested?
* **Platform(s):** ...
* **Python version(s):** ...
* **Unreal Engine version(s):** ...
#### Possible Drawbacks
<!-- What are the possible side-effects or negative impacts of the code change? -->