Skip to content

Commit 440dd04

Browse files
iamAntimPalAntim-IWPIamShiwangi
committed
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>
1 parent 4d96644 commit 440dd04

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

PULL_REQUEST_TEMPLATE.md

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Pull Request Template
2+
3+
## 📋 Description
4+
5+
Please include a summary of the changes and the related issue(s). Clearly describe what the pull request does and why it is needed.
6+
7+
- **Related Issue(s)**: Closes #<issue-number>
8+
- **Type of Change**: (Bug fix, New feature, Documentation update, etc.)
9+
10+
---
11+
12+
## 🛠️ Changes Made
13+
14+
- [ ] Added/Updated solution for problem `<problem-id>: <problem-title>`
15+
- [ ] Updated `readme.md` file for the corresponding problem
16+
- [ ] Fixed bug in `<file-name>`
17+
- [ ] Improved documentation
18+
- [ ] Added test cases
19+
20+
---
21+
22+
## ✅ Checklist
23+
24+
Please ensure the following before submitting your pull request:
25+
26+
- [ ] My code follows the repository's coding style and guidelines.
27+
- [ ] I have tested my code and it works as expected.
28+
- [ ] I have updated the documentation (if applicable).
29+
- [ ] I have added test cases that cover my changes (if applicable).
30+
- [ ] I have linked the related issue(s) in this pull request.
31+
32+
---
33+
34+
## 📸 Screenshots (if applicable)
35+
36+
If your changes include UI updates or visual changes, please add screenshots to help reviewers understand the impact of your changes.
37+
38+
---
39+
40+
## 💬 Additional Comments
41+
42+
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.
43+
44+
---
45+
46+
Thank you for contributing! 🎉

0 commit comments

Comments
 (0)