File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,11 @@ Description of your PR. Fixes # (issue) (if applicable)
6
6
7
7
Before submitting a PR, please make sure:
8
8
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
12
12
- [ ] All commits are signed-off using ` git commit -s `
13
+
13
14
- [ ] (new press) ` mypress_press.py ` is in the ` presses ` directory
14
15
- [ ] (new press) ` MyPress ` is in ` __init__.py `
15
16
- [ ] (new press) ` README.md ` is updated with a 1 liner about the new press in the Available presses section
You can’t perform that action at this time.
0 commit comments