Skip to content

Commit ab373fe

Browse files
Riccardo Cipolleschijeongshin
authored andcommitted
Fix: Adapt template to new rules (facebook#36705)
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: facebook#36705 Test Plan: No danger errors nor internal linter errors Reviewed By: christophpurrer Differential Revision: D44503519 Pulled By: cipolleschi fbshipit-source-id: 43963c3cf774d19d6de8e86b18b684e76dd0fe87
1 parent c31755f commit ab373fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!-- 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. -->
22

3-
## Summary
3+
## Summary:
44

55
<!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? -->
66

7-
## Changelog
7+
## Changelog:
88

99
<!-- Help reviewers and the release process by writing your own changelog entry.
1010
@@ -16,6 +16,6 @@ For more details, see:
1616
https://reactnative.dev/contributing/changelogs-in-pull-requests
1717
-->
1818

19-
## Test Plan
19+
## Test Plan:
2020

2121
<!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes the user interface. -->

0 commit comments

Comments
 (0)