Skip to content

Commit 6d5d7f0

Browse files
authored
Update test confirmation text in PR template (#2897)
* Update test confirmation text in PR template We only ask users to check when adding new tests, but some PRs only modify existing tests. Also added instructions to mark with an "x" for checking off items.
1 parent ae4d53d commit 6d5d7f0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ Please use the following link syntaxes:
1414

1515
### Checklist
1616

17-
- [ ] New tests are added to cover all changes
17+
<!--
18+
Please mark your choice with an "x" (i.e. [x], see
19+
https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments)
20+
-->
21+
22+
- [ ] New tests added or existing tests modified to cover all changes
1823
- [ ] Code conforms with the [style
1924
guide](http://loopback.io/doc/en/contrib/style-guide.html)

0 commit comments

Comments
 (0)