Ghost/.github/PULL_REQUEST_TEMPLATE.md
Matt Hanley a1ebdc8330 Updated test command in the PR template
no issue
- The correct command for running all tests is now `yarn test:all` instead of `yarn test`
2021-11-04 14:06:42 +00:00

10 lines
391 B
Markdown

Got some code for us? Awesome 🎊!
Please include a description of your change & check your PR against this list, thanks!
- [ ] There's a clear use-case for this code change
- [ ] Commit message has a short title & references relevant issues
- [ ] The build will pass (run `yarn test:all` and `yarn lint`)
More info can be found by clicking the "guidelines for contributing" link above.