From 17471343d3851af74f9007caaedfc024cc2012b8 Mon Sep 17 00:00:00 2001 From: Charlotte Tan Date: Sat, 29 Oct 2016 23:09:21 -0700 Subject: [PATCH] Update pre-submission checklist to advise users to run npm test --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8da91d02f2..1a0b6cbb8a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,7 +11,7 @@ - [ ] Your pull request targets the `staging` branch of FreeCodeCamp. - [ ] Branch starts with either `fix/`, `feature/`, or `translate/` (e.g. `fix/signin-issue`) - [ ] 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). -- [ ] All new and existing tests pass the command `npm run test-challenges`. Use `git commit --amend` to amend any fixes. +- [ ] All new and existing tests pass the command `npm test`. Use `git commit --amend` to amend any fixes. #### Type of Change