From 2d7aafd9d194f035069b0416041bb87eb0464883 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Thu, 7 Dec 2017 12:04:51 +0000 Subject: [PATCH] Oops --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5429e507999cc..b8a0139bd96c1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,9 +6,9 @@ 4. Ensure the test suite passes (`yarn test`). Tip: `yarn test --watch TestName` is helpful in development. 5. Run `yarn test-prod` to test in the production environment. It supports the same options as `yarn test`. 6. If you need a debugger, run `yarn debug-test --watch TestName`, open `chrome://inspect`, and press "Inspect". -6. Format your code with [prettier](https://github.com/prettier/prettier) (`yarn prettier`). -7. Make sure your code lints (`yarn lint`). Tip: `yarn linc` to only check changed files. -8. Run the [Flow](https://flowtype.org/) typechecks (`yarn flow`). -9. If you haven't already, complete the CLA. +7. Format your code with [prettier](https://github.com/prettier/prettier) (`yarn prettier`). +8. Make sure your code lints (`yarn lint`). Tip: `yarn linc` to only check changed files. +9. Run the [Flow](https://flowtype.org/) typechecks (`yarn flow`). +10. If you haven't already, complete the CLA. **Learn more about contributing:** https://reactjs.org/docs/how-to-contribute.html