38 lines
1.6 KiB
Markdown
38 lines
1.6 KiB
Markdown
Thank you for sending the PR! We appreciate you spending the time to work on these changes.
|
|
Help us understand your motivation by explaining why you decided to make this change.
|
|
|
|
If this PR fixes an issue, type "Fixes #issueNumber" to automatically close the issue when the PR is merged.
|
|
|
|
Test Plan:
|
|
----------
|
|
Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work. Bonus points for screenshots and videos!
|
|
|
|
Release Notes:
|
|
--------------
|
|
Help reviewers and the release process by writing your own release notes. See below for an example.
|
|
|
|
[CATEGORY] [TYPE] [LOCATION] - Message
|
|
|
|
<!--
|
|
**INTERNAL and MINOR tagged notes will not be included in the next version's final release notes.**
|
|
|
|
CATEGORY
|
|
[----------] TYPE
|
|
[ CLI ] [-------------] LOCATION
|
|
[ DOCS ] [ BREAKING ] [-------------]
|
|
[ GENERAL ] [ BUGFIX ] [ {Component} ]
|
|
[ INTERNAL ] [ ENHANCEMENT ] [ {Filename} ]
|
|
[ IOS ] [ FEATURE ] [ {Directory} ] |-----------|
|
|
[ ANDROID ] [ MINOR ] [ {Framework} ] - | {Message} |
|
|
[----------] [-------------] [-------------] |-----------|
|
|
|
|
EXAMPLES:
|
|
|
|
[IOS] [BREAKING] [FlatList] - Change a thing that breaks other things
|
|
[ANDROID] [BUGFIX] [TextInput] - Did a thing to TextInput
|
|
[CLI] [FEATURE] [local-cli/info/info.js] - CLI easier to do things with
|
|
[DOCS] [BUGFIX] [GettingStarted.md] - Accidentally a thing/word
|
|
[GENERAL] [ENHANCEMENT] [Yoga] - Added new yoga thing/position
|
|
[INTERNAL] [FEATURE] [./scripts] - Added thing to script that nobody will see
|
|
-->
|