Skip to content

Commit 835e78e

Browse files
build: add pull request template (#254)
1 parent 0ac2907 commit 835e78e

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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 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+
Provide **clear steps so another contributor can reproduce the behavior or verify the feature works**.
15+
For example:
16+
17+
- Steps to reproduce the bug (if this is a bug fix)
18+
- Steps to verify the new feature
19+
- Expected vs actual results
20+
- Any special conditions or edge cases to test
21+
22+
## Screenshots / Videos
23+
24+
Include any visual proof that helps reviewers understand the change — UI updates, bug reproduction or the result of the fix.
25+
26+
## Compatibility
27+
28+
| OS | Implemented |
29+
| ------- | :---------: |
30+
| iOS | ✅❌ |
31+
| Android | ✅❌ |

0 commit comments

Comments
 (0)