From 3c9886cf0e8ceec142623f4b3fc20fbbd9090a34 Mon Sep 17 00:00:00 2001 From: Aayush Sharma Date: Fri, 17 Jan 2025 10:58:44 +0530 Subject: [PATCH 1/3] Add pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 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 0000000..ab75c64 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,35 @@ +# Pull Request Template ✨ + +## 📋 Description + +- What problem does it solve? +- Why is it necessary? +- Highlight any interesting or unique aspects of the change. + +--- + +## 🔗 Related Issue + +Closes/Fixes: # + +--- + +## ✅ Checklist +Before submitting your PR, ensure the following: +- [ ] 📄 **Clear Description**: I have provided a detailed description of the changes made. +- [ ] 🖇️ **Issue Linked**: I have linked the correct issue and included its number above. +- [ ] 🚀 **Functionality Tested**: I have thoroughly tested the changes, and they work as intended. +- [ ] 🔍 **Duplicate Check**: I have ensured there are no other PRs addressing the same issue or feature. +- [ ] 📚 **Documentation Updated**: I have updated relevant documentation (if applicable). +- [ ] ✨ **Creative Touch**: I’ve added value beyond the minimal requirements to enhance quality and readability. + +--- + +## 💡 Notes to Reviewers (Optional) + +- Highlight complex parts or reasoning behind specific decisions. +- Suggest areas where feedback is especially welcome. + +--- + +### 🌟 Thank you for contributing! Together, we make this project better. From 9fc5d23da09e9728da5f1457ad2f52c94fa2029e Mon Sep 17 00:00:00 2001 From: Aayush Sharma Date: Wed, 22 Jan 2025 13:32:36 +0530 Subject: [PATCH 2/3] Updated Pull Request Template --- .github/PULL_REQUEST_TEMPLATE.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ab75c64..aefa56f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,8 @@ -# Pull Request Template ✨ + ## 📋 Description -- What problem does it solve? +- What does this PR change within the project? - Why is it necessary? - Highlight any interesting or unique aspects of the change. @@ -10,7 +10,8 @@ ## 🔗 Related Issue -Closes/Fixes: # + + --- @@ -29,7 +30,3 @@ Before submitting your PR, ensure the following: - Highlight complex parts or reasoning behind specific decisions. - Suggest areas where feedback is especially welcome. - ---- - -### 🌟 Thank you for contributing! Together, we make this project better. From 31b0804c3a40286e202d88c9f205fe97dfe199b5 Mon Sep 17 00:00:00 2001 From: Aayush Sharma Date: Wed, 22 Jan 2025 14:22:15 +0530 Subject: [PATCH 3/3] Updated pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 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 0000000..aefa56f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,32 @@ + + +## 📋 Description + +- What does this PR change within the project? +- Why is it necessary? +- Highlight any interesting or unique aspects of the change. + +--- + +## 🔗 Related Issue + + + + +--- + +## ✅ Checklist +Before submitting your PR, ensure the following: +- [ ] 📄 **Clear Description**: I have provided a detailed description of the changes made. +- [ ] 🖇️ **Issue Linked**: I have linked the correct issue and included its number above. +- [ ] 🚀 **Functionality Tested**: I have thoroughly tested the changes, and they work as intended. +- [ ] 🔍 **Duplicate Check**: I have ensured there are no other PRs addressing the same issue or feature. +- [ ] 📚 **Documentation Updated**: I have updated relevant documentation (if applicable). +- [ ] ✨ **Creative Touch**: I’ve added value beyond the minimal requirements to enhance quality and readability. + +--- + +## 💡 Notes to Reviewers (Optional) + +- Highlight complex parts or reasoning behind specific decisions. +- Suggest areas where feedback is especially welcome.