Updated pull request template (#10341)

no issue

- Prefer yarn over npm
- Add linting instructions
This commit is contained in:
Vikas Potluri 2019-01-07 04:19:56 -06:00 committed by Katharina Irrgang
parent 7e944506e9
commit d3194c95f4

View File

@ -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.