From d3194c95f4a9689b06edf9f10f69c1371c3034d8 Mon Sep 17 00:00:00 2001 From: Vikas Potluri Date: Mon, 7 Jan 2019 04:19:56 -0600 Subject: [PATCH] Updated pull request template (#10341) no issue - Prefer yarn over npm - Add linting instructions --- .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 9f7eb75e7a..4174a87cfa 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,6 +4,6 @@ Please include a description of your change & check your PR against this list, t - [ ] There's a clear use-case for this code change - [ ] Commit message has a short title & references relevant issues -- [ ] The build will pass (run `npm test`) +- [ ] The build will pass (run `yarn test` and `yarn lint`) More info can be found by clicking the "guidelines for contributing" link above.