From ea4e44c5b565d4ba4a16c98ac83099b7f339dbea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20=C5=BB=C3=B3=C5=82kiewski?= Date: Mon, 17 Nov 2025 10:54:05 +0100 Subject: [PATCH 1/4] build: add pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..0fbbff1e4 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,21 @@ + + +# 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 the 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 + +Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI. + +## Compatibility + +| OS | Implemented | +| ------- | :---------: | +| iOS | ✅❌ | +| Android | ✅❌ | From ab7950a600a5241a9d80ff1252edf70d3c0341d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20=C5=BB=C3=B3=C5=82kiewski?= Date: Mon, 17 Nov 2025 11:09:03 +0100 Subject: [PATCH 2/4] fix: pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0fbbff1e4..ca9572db0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,7 +11,17 @@ Explain the **motivation** for making this change: here are some points to help ## Test Plan -Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI. +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 From bd28156ca794e1bb3226d4c4c11f3934864b7664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20=C5=BB=C3=B3=C5=82kiewski?= <74975508+kacperzolkiewski@users.noreply.github.com> Date: Mon, 17 Nov 2025 11:16:18 +0100 Subject: [PATCH 3/4] Update .github/PULL_REQUEST_TEMPLATE.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Igor Furgała <74370735+exploIF@users.noreply.github.com> --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ca9572db0..6e059c564 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ 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 the PR is merged +- 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? From 955b47bf79db783b19012d44580a54a7b762ea06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20=C5=BB=C3=B3=C5=82kiewski?= <74975508+kacperzolkiewski@users.noreply.github.com> Date: Mon, 17 Nov 2025 11:16:27 +0100 Subject: [PATCH 4/4] Update .github/PULL_REQUEST_TEMPLATE.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Igor Furgała <74370735+exploIF@users.noreply.github.com> --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6e059c564..8988bfe6a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -16,7 +16,7 @@ For example: - Steps to reproduce the bug (if this is a bug fix) - Steps to verify the new feature -- Expected vs. actual results +- Expected vs actual results - Any special conditions or edge cases to test ## Screenshots / Videos