Skip to content

Commit d5a8f41

Browse files
authored
Merge pull request #77 from react-native-community/pull-request-template
Create PULL_REQUEST_TEMPLATE.md
2 parents d5cb3de + 0fea068 commit d5a8f41

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please follow the template so that the reviewers can easily understand what the code changes affect -->
2+
3+
# Summary
4+
5+
<!--
6+
Explain the **motivation** for making this change: here are some points to help you:
7+
8+
* What issues does the pull request solve? Please tag them so that they will get automatically closed once the PR is merged
9+
* What is the feature? (if applicable)
10+
* How did you implement the solution?
11+
* What areas of the library does it impact?
12+
-->
13+
14+
## Test Plan
15+
16+
<!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI. -->
17+
18+
### What's required for testing (prerequisites)?
19+
20+
### What are the steps to reproduce (after prerequisites)?
21+
22+
## Compatibility
23+
24+
| OS | Implemented |
25+
| ------- | :---------: |
26+
| iOS | ✅❌ |
27+
| Android | ✅❌ |
28+
| Web | ✅❌ |
29+
30+
## Checklist
31+
32+
<!-- Check completed item, when applicable, via: [X] -->
33+
34+
- [ ] I have tested this on a device and a simulator
35+
- [ ] I added the documentation in `README.md`
36+
- [ ] I updated the typed files (TS and Flow)
37+
- [ ] I've created a snack to demonstrate the changes: LINK HERE

0 commit comments

Comments
 (0)