From 633bac41314bd74f98b60d61a4097782268d7fc8 Mon Sep 17 00:00:00 2001 From: yonathan_jabir <139451447+yonathanjj@users.noreply.github.com> Date: Thu, 2 Oct 2025 11:26:05 +0300 Subject: [PATCH 1/3] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 40 ++++++++++++++++++++++++++++++++ 1 file changed, 40 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 00000000000..ff21269bcb1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,40 @@ +| **Field** | **Description** | +|------------|----------------------------------------------------------------| +| **Name** | 🚀 Pull Request | +| **About** | Submit a pull request to propose changes to the project | +| **Title** | `[🚀 PR] ` | +| **Labels** | (leave empty for now) | +| **Assignees** | (leave empty for now) | + + +## 🚀 Pull Request + +### 📝 Description + +**Describe the changes in this pull request:** + +[Replace with a clear and concise description of the changes you've made.] + +### 🔗 Related Issue + +Closes #163 + +### ✅ Checklist + +- [ ] I have read the [CONTRIBUTING.md](CONTRIBUTING.md) document. +- [ ] My code follows the code style of this project. +- [ ] I have tested the changes locally. +- [ ] All new and existing tests passed. +- [ ] I have updated the documentation accordingly. + +### 📸 Screenshots (if applicable) + +[Add screenshots to demonstrate the changes, if relevant.] + +### 📚 Additional Notes + +**Any additional information or context about the pull request:** + +[Add any additional information or context about the pull request here.] + +/cc @mention-anyone From 50a12ebdc094bd9b7143f7eaa6a4bf70f808d173 Mon Sep 17 00:00:00 2001 From: yonathan_jabir <139451447+yonathanjj@users.noreply.github.com> Date: Thu, 2 Oct 2025 11:27:36 +0300 Subject: [PATCH 2/3] Add Pull Request Template --- .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 ff21269bcb1..004619268d3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -33,7 +33,7 @@ Closes #163 ### 📚 Additional Notes -**Any additional information or context about the pull request:** +**Any additional information or context about the pull request:* [Add any additional information or context about the pull request here.] From 4a427d5920988b70a2a037002c57645765a5e56f Mon Sep 17 00:00:00 2001 From: yonathan_jabir <139451447+yonathanjj@users.noreply.github.com> Date: Thu, 2 Oct 2025 11:35:37 +0300 Subject: [PATCH 3/3] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 004619268d3..7ba12d6903c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -17,7 +17,7 @@ ### 🔗 Related Issue -Closes #163 +Closes #[issue_number] ### ✅ Checklist @@ -33,7 +33,7 @@ Closes #163 ### 📚 Additional Notes -**Any additional information or context about the pull request:* +**Any additional information or context about the pull request:** [Add any additional information or context about the pull request here.]