Skip to content

Commit 4f0f5ef

Browse files
Add new tasks to .github/PULL_REQUEST_TEMPLATE.md.
1 parent ababa73 commit 4f0f5ef

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ A possible solution could be...
2020
## Steps to reproduce (for bugs)
2121
<!-- You can delete this section if you are not submitting a bug report -->
2222

23-
1. &nbsp;
24-
2. &nbsp;
25-
3. &nbsp;
23+
1.
24+
2.
25+
3.
2626

2727
### Python version
2828
<!-- Indicate your python version here -->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ PR fixes the following issue:
2020

2121
# Checklist:
2222

23-
- [ ] My code follows the style guidelines of this project;
24-
- [ ] I have performed a self-review of my code;
25-
- [ ] I have commented my code, particularly in hard-to-understand areas;
26-
- [ ] I have made corresponding changes to the documentation;
27-
- [ ] My changes generate no new warnings;
28-
- [ ] Mypy returns no errors or warnings when run on the root package;
29-
- [ ] Pylint returns a score of 10.00/10.00 when run on the root package;
23+
- [ ] I've done a self-review of my code;
24+
- [ ] I've made corresponding changes to the documentation;
25+
- [ ] I've made sure my changes generate no warnings;
26+
- [ ] mypy returns no errors when run on the root package;
27+
<!-- If you use pre-commit hooks you can always check the following tasks -->
28+
- [ ] I've run black to format my code;
29+
- [ ] I've run isort to format my code's import statements;
30+
- [ ] flake8 reports no errors when run on the entire code base;

0 commit comments

Comments
 (0)