Skip to content

Commit 9d248e0

Browse files
authored
Remove record-tests step from contribution guides (#10223)
1 parent 240b84e commit 9d248e0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@
77
5. Format your code with [prettier](https://github.com/prettier/prettier) (`npm run prettier`).
88
6. Make sure your code lints (`npm run lint`).
99
7. Run the [Flow](https://flowtype.org/) typechecks (`npm run flow`).
10-
8. If you added or removed any tests, run `./scripts/fiber/record-tests` before submitting the pull request, and commit the resulting changes.
11-
9. If you haven't already, complete the CLA.
10+
8. If you haven't already, complete the CLA.

docs/contributing/how-to-contribute.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ The core team is monitoring for pull requests. We will review your pull request
8383
5. Format your code with [prettier](https://github.com/prettier/prettier) (`npm run prettier`).
8484
6. Make sure your code lints (`npm run lint`).
8585
7. Run the [Flow](https://flowtype.org/) typechecks (`npm run flow`).
86-
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`.
87-
9. If you haven't already, complete the CLA.
86+
8. If you haven't already, complete the CLA.
8887

8988
### Contributor License Agreement (CLA)
9089

0 commit comments

Comments
 (0)