Skip to content

Commit 9236bb7

Browse files
authored
chore: Link to test setup in PR template (#2597)
1 parent a46a903 commit 9236bb7

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
<!-- Thank you for sending the PR! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. -->
22

3-
Summary:
4-
---------
3+
## Summary
54

65
<!-- Help us understand your motivation by explaining why you decided to make this change: -->
76

8-
9-
Test Plan:
10-
----------
7+
## Test Plan
118

129
<!-- Write your test plan here (**REQUIRED**). If you changed any code, please provide us with clear instructions on how you verified your changes work. Bonus points for screenshots and videos! Increase test coverage whenever possible. -->
1310

14-
Checklist
15-
----------
11+
## Checklist
1612

17-
- [ ] Documentation is up to date to reflect these changes.
18-
- [ ] Follows commit message convention described in [CONTRIBUTING.md](https://github.com/react-native-community/cli/blob/main/CONTRIBUTING.md#commit-message-convention)
13+
- [ ] Documentation is up to date.
14+
- [ ] Follows commit message convention described in [CONTRIBUTING.md](https://github.com/react-native-community/cli/blob/main/CONTRIBUTING.md#commit-message-convention).
15+
- [ ] For functional changes, my test plan has linked these CLI changes into a local `react-native` checkout ([instructions](https://github.com/react-native-community/cli/blob/main/CONTRIBUTING.md#testing-your-changes)).

0 commit comments

Comments
 (0)