From 440dd0443473776a4fa9facc63cda22664c81bc7 Mon Sep 17 00:00:00 2001 From: Antim Pal <134076504+iamAntimPal@users.noreply.github.com> Date: Tue, 15 Apr 2025 07:31:28 +0530 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md Co-Authored-By: Antim-IWP <203163676+Antim-IWP@users.noreply.github.com> Co-Authored-By: Shiwangi Srivastava <174641070+IamShiwangi@users.noreply.github.com> --- PULL_REQUEST_TEMPLATE.md | 46 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..2f12a96 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,46 @@ +# Pull Request Template + +## 📋 Description + +Please include a summary of the changes and the related issue(s). Clearly describe what the pull request does and why it is needed. + +- **Related Issue(s)**: Closes # +- **Type of Change**: (Bug fix, New feature, Documentation update, etc.) + +--- + +## 🛠️ Changes Made + +- [ ] Added/Updated solution for problem `: ` +- [ ] Updated `readme.md` file for the corresponding problem +- [ ] Fixed bug in `` +- [ ] Improved documentation +- [ ] Added test cases + +--- + +## ✅ Checklist + +Please ensure the following before submitting your pull request: + +- [ ] My code follows the repository's coding style and guidelines. +- [ ] I have tested my code and it works as expected. +- [ ] I have updated the documentation (if applicable). +- [ ] I have added test cases that cover my changes (if applicable). +- [ ] I have linked the related issue(s) in this pull request. + +--- + +## 📸 Screenshots (if applicable) + +If your changes include UI updates or visual changes, please add screenshots to help reviewers understand the impact of your changes. + +--- + +## 💬 Additional Comments + +Add any additional context or information about the pull request here. For example, mention if this is a work-in-progress (WIP) or if there are any known issues. + +--- + +Thank you for contributing! 🎉 \ No newline at end of file