Skip to content

Commit c6383f2

Browse files
committed
update pr template
Signed-off-by: Max Jeblick <maximilianjeblick@gmail.com>
1 parent c4fae0f commit c6383f2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ Description of your PR. Fixes # (issue) (if applicable)
66

77
Before submitting a PR, please make sure:
88

9-
- Tests are working (`make test`)
10-
- Code is formatted correctly (`make style`, on errors try fix with `make format`)
11-
- Copyright header is included
9+
- [ ] Tests are working (`make test`)
10+
- [ ] Code is formatted correctly (`make style`, on errors try fix with `make format`)
11+
- [ ] Copyright header is included
1212
- [ ] All commits are signed-off using `git commit -s`
13+
1314
- [ ] (new press) `mypress_press.py` is in the `presses` directory
1415
- [ ] (new press) `MyPress` is in `__init__.py`
1516
- [ ] (new press) `README.md` is updated with a 1 liner about the new press in the Available presses section

0 commit comments

Comments
 (0)