mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:41 -04:00
Create pull_request_template.md (#397)
This commit is contained in:
23
.github/pull_request_template.md
vendored
Normal file
23
.github/pull_request_template.md
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<!--
|
||||
Thanks for contributing a pull request!
|
||||
Please ensure that your PR satisfies the checklist before submitting:
|
||||
- [] This project only accept codes for python 3.8 or higher.
|
||||
- [] If you add a new algorithm sample code, please add a unit test file under `test` dir.
|
||||
This sample test code might help you : https://github.com/AtsushiSakai/PythonRobotics/blob/master/tests/test_a_star.py
|
||||
- [] If you fix a bug of existing code please add a test function in the test code to show the issue was solved.
|
||||
- [] Please fix all issues on CI (All CI should be green), before code review.
|
||||
|
||||
Note that this is my hobby project; I appreciate your
|
||||
patience during the review process.
|
||||
|
||||
Again, thanks for contributing!
|
||||
-->
|
||||
|
||||
#### Reference issue
|
||||
<!--Example: fix #392-->
|
||||
|
||||
#### What does this implement/fix?
|
||||
<!--Please explain your changes.-->
|
||||
|
||||
#### Additional information
|
||||
<!--Any additional information you think is important.-->
|
||||
Reference in New Issue
Block a user