You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The following items must be addressed before the code can be merged. Please don'
12
12
-[ ] Fully tested. Added and/or modified tests to ensure correct behavior for all reasonable inputs. Tests (usually) must pass on the TravisCI and Appveyor testing services.
13
13
-[ ] Updates entries to `docs/sphinx/source/api.rst` for API changes.
14
14
-[ ] Adds description and name entries in the appropriate `docs/sphinx/source/whatsnew` file for all changes.
15
-
-[ ] Code quality and style is sufficient. Passes ``git diff upstream/master -u -- "*.py" | flake8 --diff``
15
+
-[ ] Code quality and style is sufficient. Passes LGTM and SticklerCI checks.
16
16
-[ ] New code is fully documented. Includes sphinx/numpydoc compliant docstrings and comments in the code where necessary.
17
17
-[ ] Pull request is nearly complete and ready for detailed review.
0 commit comments