Skip to content

Commit d9efd7e

Browse files
authored
Update PR template (#7794)
* Update PR template * Revert changes, reword line
1 parent 26cecea commit d9efd7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/pull_request_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
* [ ] All functions and variable names follow Python naming conventions.
1717
* [ ] All function parameters and return values are annotated with Python [type hints](https://docs.python.org/3/library/typing.html).
1818
* [ ] 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.
19+
* [ ] All new algorithms include at least one URL that points to Wikipedia or another similar explanation.
2020
* [ ] If this pull request resolves one or more open issues then the commit message contains `Fixes: #{$ISSUE_NO}`.

0 commit comments

Comments
 (0)