We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26cecea commit d9efd7eCopy full SHA for d9efd7e
.github/pull_request_template.md
@@ -16,5 +16,5 @@
16
* [ ] All functions and variable names follow Python naming conventions.
17
* [ ] All function parameters and return values are annotated with Python [type hints](https://docs.python.org/3/library/typing.html).
18
* [ ] All functions have [doctests](https://docs.python.org/3/library/doctest.html) that pass the automated testing.
19
-* [ ] All new algorithms have a URL in its comments that points to Wikipedia or other similar explanation.
+* [ ] All new algorithms include at least one URL that points to Wikipedia or another similar explanation.
20
* [ ] If this pull request resolves one or more open issues then the commit message contains `Fixes: #{$ISSUE_NO}`.
0 commit comments