diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..8988bfe6a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,31 @@ + + +# Summary + +Explain the **motivation** for making this change: here are some points to help you: + +- What issues does the pull request solve? Please tag them so that they will get automatically closed once PR is merged +- What is the feature? (if applicable) +- How did you implement the solution? +- What areas of the library does it impact? + +## Test Plan + +Provide **clear steps so another contributor can reproduce the behavior or verify the feature works**. +For example: + +- Steps to reproduce the bug (if this is a bug fix) +- Steps to verify the new feature +- Expected vs actual results +- Any special conditions or edge cases to test + +## Screenshots / Videos + +Include any visual proof that helps reviewers understand the change — UI updates, bug reproduction or the result of the fix. + +## Compatibility + +| OS | Implemented | +| ------- | :---------: | +| iOS | ✅❌ | +| Android | ✅❌ |