mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-12 22:30:36 +08:00
18 lines
577 B
Markdown
18 lines
577 B
Markdown
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.
|
|
|
|
Make sure you test on both platforms if your change affects both platforms.
|
|
|
|
The code must pass tests.
|
|
|
|
**Code formatting**
|
|
|
|
Look around. Match the style of the rest of the codebase. Run `yarn lint --fix` before committing.
|