File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ <!--
2+ Thanks for contributing a pull request!
3+ Please ensure that your PR satisfies the checklist before submitting:
4+ - [] This project only accept codes for python 3.8 or higher.
5+ - [] If you add a new algorithm sample code, please add a unit test file under `test` dir.
6+ This sample test code might help you : https://github.com/AtsushiSakai/PythonRobotics/blob/master/tests/test_a_star.py
7+ - [] If you fix a bug of existing code please add a test function in the test code to show the issue was solved.
8+ - [] Please fix all issues on CI (All CI should be green), before code review.
9+
10+ Note that this is my hobby project; I appreciate your
11+ patience during the review process.
12+
13+ Again, thanks for contributing!
14+ -->
15+
16+ #### Reference issue
17+ <!-- Example: fix #392-->
18+
19+ #### What does this implement/fix?
20+ <!-- Please explain your changes.-->
21+
22+ #### Additional information
23+ <!-- Any additional information you think is important.-->
You can’t perform that action at this time.
0 commit comments