xref: /expo/.github/PULL_REQUEST_TEMPLATE (revision bb8f4f99)
1# Why
2
3<!--
4Please describe the motivation for this PR, and link to relevant GitHub issues, forums posts, or feature requests.
5-->
6
7# How
8
9<!--
10How did you build this feature or fix this bug and why?
11-->
12
13# Test Plan
14
15<!--
16Please describe how you tested this change and how a reviewer could reproduce your test, especially if this PR does not include automated tests! If possible, please also provide terminal output and/or screenshots demonstrating your test/reproduction.
17-->
18
19# Checklist
20
21<!--
22Please check the appropriate items below if they apply to your diff. This is required for changes to Expo modules.
23-->
24
25- [ ] Documentation is up to date to reflect these changes (eg: https://docs.expo.io and README.md).
26- [ ] This diff will work correctly for `expo build` (eg: updated `@expo/xdl`).
27- [ ] This diff will work correctly for `expo prebuild` & EAS Build (eg: updated a module plugin).