forked from react-navigation/react-navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,13 @@ | ||
Please provide enough information so that others can review your pull request: | ||
Please provide enough information so that others can review your pull request. | ||
|
||
**Motivation** | ||
|
||
Explain the **motivation** for making this change. What existing problem does the pull request solve? | ||
|
||
**Test plan** | ||
|
||
Demonstrate the code is solid. Example: the exact commands you ran and their output, screenshots / videos if the pull request changes UI. | ||
If this pull request addresses an existing issue, link to the issue. If an issue is not present, describe the issue here. | ||
|
||
Make sure you test on both platforms if your change affects both platforms. | ||
|
||
The code must pass tests. | ||
**Test plan** | ||
|
||
**Code formatting** | ||
Describe the **steps to test this change** so that a reviewer can verify it. Provide screenshots or videos if the change affects UI. | ||
|
||
Look around. Match the style of the rest of the codebase. Run `yarn lint --fix` before committing. | ||
The change must pass lint, typescript and tests. |