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