mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Oops
This commit is contained in:
8
.github/PULL_REQUEST_TEMPLATE.md
vendored
8
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user