Skip to content

Commit 1747134

Browse files
charlottetanBouncey
authored andcommittedOct 30, 2016
Update pre-submission checklist to advise users to run npm test
1 parent 9e2f1eb commit 1747134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- [ ] Your pull request targets the `staging` branch of FreeCodeCamp.
1212
- [ ] Branch starts with either `fix/`, `feature/`, or `translate/` (e.g. `fix/signin-issue`)
1313
- [ ] You have only one commit (if not, [squash](http://forum.freecodecamp.com/t/how-to-squash-multiple-commits-into-one-with-git/13231) them into one commit).
14-
- [ ] All new and existing tests pass the command `npm run test-challenges`. Use `git commit --amend` to amend any fixes.
14+
- [ ] All new and existing tests pass the command `npm test`. Use `git commit --amend` to amend any fixes.
1515

1616
#### Type of Change
1717
<!-- What type of change does your code introduce? After creating the PR, tick the checkboxes that apply. -->

0 commit comments

Comments
 (0)
Please sign in to comment.