forked from AtsushiSakai/PythonRobotics
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create pull_request_template.md (AtsushiSakai#397)
- Loading branch information
1 parent
46bdd2a
commit 2a2374e
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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.--> |