mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
3ac7a5ef4e
Summary: Recently, we changed the logic to verify the body of a PR so that it is more compatible internally and externally, in both ways. But we forgot to update the template, so right now, all the created PR are incompatible with the internal PR checker. The required change is to have `:` after the Changelog title. For consistency, I added the `:` after ALL the titles. ## Changelog: [Internal] - Changed the PR template to align it to the new rules Pull Request resolved: https://github.com/facebook/react-native/pull/36705 Test Plan: No danger errors nor internal linter errors Reviewed By: christophpurrer Differential Revision: D44503519 Pulled By: cipolleschi fbshipit-source-id: 43963c3cf774d19d6de8e86b18b684e76dd0fe87
22 lines
868 B
Markdown
22 lines
868 B
Markdown
<!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The three fields below are mandatory. -->
|
|
|
|
## Summary:
|
|
|
|
<!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? -->
|
|
|
|
## Changelog:
|
|
|
|
<!-- Help reviewers and the release process by writing your own changelog entry.
|
|
|
|
Pick one each for the category and type tags:
|
|
|
|
[ANDROID|GENERAL|IOS|INTERNAL] [BREAKING|ADDED|CHANGED|DEPRECATED|REMOVED|FIXED|SECURITY] - Message
|
|
|
|
For more details, see:
|
|
https://reactnative.dev/contributing/changelogs-in-pull-requests
|
|
-->
|
|
|
|
## Test Plan:
|
|
|
|
<!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes the user interface. -->
|