Skip to content

Commit 902cfe8

Browse files
committed
add unit test implementation to checklist
1 parent e54cd50 commit 902cfe8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/pull_request_template.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ relates to #1234
99

1010
## Checklist
1111

12+
- [ ] Issue was linked above
1213
- [ ] Code format was applied: `make fmt`
1314
- [ ] Docs are up-to-date: `make generate-docs`
14-
- [x] No linter issues: `make lint` (will be checked by CI)
15+
- [ ] Unit tests got implemented or updated
1516
- [x] Unit tests are passing: `make test` (will be checked by CI)
17+
- [x] No linter issues: `make lint` (will be checked by CI)

0 commit comments

Comments
 (0)