2018-09-21 00:42:36 +00:00
Thank you for sending the PR! We appreciate you spending the time to work on these changes.
2017-08-04 23:14:25 +00:00
Help us understand your motivation by explaining why you decided to make this change.
2017-06-14 22:08:46 +00:00
2018-06-20 06:33:39 +00:00
If this PR fixes an issue, type "Fixes #issueNumber " to automatically close the issue when the PR is merged.
2017-10-13 20:26:38 +00:00
2018-09-21 00:42:36 +00:00
_Pull requests that expand test coverage are more likely to get reviewed. Add a test case whenever possible!_
2018-06-20 06:33:39 +00:00
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!
2017-12-06 00:38:02 +00:00
2018-06-20 06:33:39 +00:00
Release Notes:
--------------
Help reviewers and the release process by writing your own release notes. See below for an example.
2017-10-13 20:26:38 +00:00
2018-03-16 23:48:45 +00:00
[CATEGORY] [TYPE] [LOCATION] - Message
2017-10-13 20:26:38 +00:00
2018-03-16 23:48:45 +00:00
<!--
**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} |
[----------] [-------------] [-------------] |-----------|
2017-10-13 20:26:38 +00:00
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
-->