From 9d248e0616af2f8fa1da25c2f669ef931787c24b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Markb=C3=A5ge?= Date: Thu, 20 Jul 2017 14:16:35 -0700 Subject: [PATCH] Remove record-tests step from contribution guides (#10223) --- .github/PULL_REQUEST_TEMPLATE.md | 3 +-- docs/contributing/how-to-contribute.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 58887ff353..1676421341 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,5 +7,4 @@ 5. Format your code with [prettier](https://github.com/prettier/prettier) (`npm run prettier`). 6. Make sure your code lints (`npm run lint`). 7. Run the [Flow](https://flowtype.org/) typechecks (`npm run flow`). -8. If you added or removed any tests, run `./scripts/fiber/record-tests` before submitting the pull request, and commit the resulting changes. -9. If you haven't already, complete the CLA. +8. If you haven't already, complete the CLA. diff --git a/docs/contributing/how-to-contribute.md b/docs/contributing/how-to-contribute.md index f378fb8c2f..180fb9d404 100644 --- a/docs/contributing/how-to-contribute.md +++ b/docs/contributing/how-to-contribute.md @@ -83,8 +83,7 @@ The core team is monitoring for pull requests. We will review your pull request 5. Format your code with [prettier](https://github.com/prettier/prettier) (`npm run prettier`). 6. Make sure your code lints (`npm run lint`). 7. Run the [Flow](https://flowtype.org/) typechecks (`npm run flow`). -8. If you added or removed any tests, run `./scripts/fiber/record-tests` before submitting the pull request, and commit the resulting changes. You can see the full output of fiber tests with `REACT_DOM_JEST_USE_FIBER=1 npm test`. -9. If you haven't already, complete the CLA. +8. If you haven't already, complete the CLA. ### Contributor License Agreement (CLA)