Files
PythonRobotics/.github/pull_request_template.md
Atsushi Sakai 9d759d13c6 update docs (#578)
* update docs

* update docs
2021-11-26 21:46:14 +09:00

25 lines
739 B
Markdown

<!--
Thanks for contributing a pull request!
Please check this document before submitting:
- [How to contribute](https://pythonrobotics.readthedocs.io/en/latest/how_to_contribute.html#adding-a-new-algorithm-example)
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.-->
#### CheckList
-[] Did you add an unittest for your new example or defect fix?
-[] Did you add documents for your new example?
-[] All CIs are green? (You can check it after submitting)