Skip to content

Commit 03f2e78

Browse files
Update PULL_REQUEST_TEMPLATE.md
1 parent e5b9f24 commit 03f2e78

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ List any dependencies that are required for this change.
1111
- \[ ] My code follows the style guideline
1212
To check :
1313
black --check examples rlberry *py
14-
flake8 --select F401,F405,D410,D411,D412 --exclude=rlberry/check_packages.py --per-file-ignores="__init__.py:F401"
15-
- \[ ] I have commented my code, particularly in hard-to-understand areas
16-
- \[ ] I have made corresponding changes to the documentation
17-
- \[ ] I have added tests that prove my fix is effective or that my feature works
18-
- \[ ] New and existing unit tests pass locally with my changes
19-
- \[ ] I have set the label "ready for review" and the checks are all green
14+
flake8 --select F401,F405,D410,D411,D412 --exclude=rlberry/check_packages.py --per-file-ignores="__init__.py:F401",
15+
- \[ ] I have commented my code, particularly in hard-to-understand areas,
16+
- \[ ] I have made corresponding changes to the documentation,
17+
- \[ ] I have added tests that prove my fix is effective or that my feature works,
18+
- \[ ] New and existing unit tests pass locally with my changes,
19+
- \[ ] If updated the changelog if necessary,
20+
- \[ ] I have set the label "ready for review" and the checks are all green.
2021
-->

0 commit comments

Comments
 (0)