carla/.github/pull_request_template.md

31 lines
868 B
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.
Checklist:
2020-09-07 17:15:55 +08:00
- [ ] Your branch is up-to-date with the `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? -->