Skip to content

Commit 02bf939

Browse files
authored
Fix checklist formatting in pull request template (#1814)
1 parent 20b0a35 commit 02bf939

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/pull_request_template.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,9 @@
1818

1919
<!-- Please delete options that are not relevant. -->
2020

21-
- [ ] I have tested this code
21+
- [ ] I have tested this code.
22+
- [ ] Tests pass with `yarn test`
23+
- [ ] `js-slang` executable is verified to work
24+
- [ ] Did I have to reduce the strength of some tests?
25+
- If so, why...
2226
- [ ] I have updated the documentation

0 commit comments

Comments
 (0)