diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d4845ddc..e19aaa18 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,7 @@ Fixes #[Add issue number here.] Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks! -* [ ] tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR -- or run tests locally with `rake test` +* [ ] tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR -- or run tests locally with `npm test` * [ ] code is in uniquely-named feature branch and has no merge conflicts * [ ] PR is descriptively titled * [ ] ask `@publiclab/is-reviewers` for help, in a comment below