Skip to content

Commit 2a2374e

Browse files
authored
Create pull_request_template.md (AtsushiSakai#397)
1 parent 46bdd2a commit 2a2374e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/pull_request_template.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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.-->

0 commit comments

Comments
 (0)