Skip to content

Commit 00888bc

Browse files
authored
Simplify PR template to be able to enforce it
1 parent aa91002 commit 00888bc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@ Please include a summary of the changes.
44
Relates to <issue>
55

66
# Checklist
7-
- [ ] My code follows the [PEP 8 style guidelines](https://www.python.org/dev/peps/pep-0008/).
87
- [ ] My code uses type hinting for function and method arguments and return values.
9-
- [ ] My code contains descriptive and helpful docstrings
10-
which are formatted per the [Google Python Style Guidelines](http://google.github.io/styleguide/pyguide.html).
11-
- [ ] I have created tests which entirely cover my code.
8+
- [ ] I have created tests which cover my code.
129
- [ ] The test code either 1. demonstrates at least one valuable use case (e.g. integration tests)
1310
or 2. verifies that outputs are as expected for given inputs (e.g. unit tests).
14-
- [ ] New and existing tests pass locally with my changes.
11+
- [ ] New tests pass locally with my changes.
1512

0 commit comments

Comments
 (0)