Skip to content

Create PULL_REQUEST_TEMPLATE.md #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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 #<issue-number>
- **Type of Change**: (Bug fix, New feature, Documentation update, etc.)

---

## 🛠️ Changes Made

- [ ] Added/Updated solution for problem `<problem-id>: <problem-title>`
- [ ] Updated `readme.md` file for the corresponding problem
- [ ] Fixed bug in `<file-name>`
- [ ] 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! 🎉