Skip to content

Commit d9cc4fb

Browse files
authored
chore: update PR template (#250)
1 parent a118ca0 commit d9cc4fb

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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+
<!-- remove ✅ / ❌ to show what platforms this covers -->
25+
26+
| OS | Implemented |
27+
| ------- | :---------: |
28+
| iOS | ✅ ❌ |
29+
| Android | ✅ ❌ |
30+
31+
## Checklist
32+
33+
<!-- Check completed item, when applicable, via: [X] -->
34+
35+
- [ ] I have tested this on a device and a simulator
36+
- [ ] I added the documentation in `README.md`
37+
- [ ] I updated the typed files (TS and Flow)
38+
- [ ] I added a sample use of the API in the example project (`example/App.js`)
39+
- [ ] I have added automated tests, either in JS or e2e tests, as applicable

0 commit comments

Comments
 (0)