mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-09 05:36:22 +08:00
Mandates referencing issue in PR (#1717)
* Mandates referencing issue in PR * Update CONTRIBUTING.md * Update pull_request_template.md * Update pull_request_template.md * Update pull_request_template.md * Update CONTRIBUTING.md Co-authored-by: John Law <johnlaw.po@gmail.com> Co-authored-by: Christian Clauss <cclauss@me.com>
This commit is contained in:

committed by
Christian Clauss

parent
63a1c4171a
commit
5c7d7782b0
1
.github/pull_request_template.md
vendored
1
.github/pull_request_template.md
vendored
@ -17,3 +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.
|
||||
|
Reference in New Issue
Block a user