mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-12-19 02:07:27 +08:00
committed by
John Law
parent
5c7d7782b0
commit
bef74d0ecc
2
.github/pull_request_template.md
vendored
2
.github/pull_request_template.md
vendored
@@ -17,4 +17,4 @@
|
||||
* [ ] All function parameters and return values are annotated with Python [type hints](https://docs.python.org/3/library/typing.html).
|
||||
* [ ] All functions have [doctests](https://docs.python.org/3/library/doctest.html) that pass the automated testing.
|
||||
* [ ] All new algorithms have a URL in its comments that points to Wikipedia or other similar explanation.
|
||||
* [ ] If this issues resolves an open issue then the commit message contains `Fixes: #{$ISSUE_NO}` for auto cleanup.
|
||||
* [ ] If this pull request resolves one or more open issues then the commit message contains `Fixes: #{$ISSUE_NO}`.
|
||||
|
||||
Reference in New Issue
Block a user