Skip to content

Commit ea4e44c

Browse files
build: add pull request template
1 parent 684eeec commit ea4e44c

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+
Explain the **motivation** for making this change: here are some points to help you:
6+
7+
- What issues does the pull request solve? Please tag them so that they will get automatically closed once the PR is merged
8+
- What is the feature? (if applicable)
9+
- How did you implement the solution?
10+
- What areas of the library does it impact?
11+
12+
## Test Plan
13+
14+
Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI.
15+
16+
## Compatibility
17+
18+
| OS | Implemented |
19+
| ------- | :---------: |
20+
| iOS | ✅❌ |
21+
| Android | ✅❌ |

0 commit comments

Comments
 (0)