Skip to content

Commit 698bd94

Browse files
authored
Merge pull request #135 from dimpal-yadav/Add-Pull-Request-(PR)-Template
Add Pull Request (PR) Template
2 parents c4da3e0 + 35bb1f9 commit 698bd94

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed

.github/pull_request_template.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# 📝 Pull Request Template
2+
3+
4+
## 📄 Description
5+
6+
7+
Provide a clear and concise description of what this pull request does.
8+
Include any background context and the motivation behind this change.
9+
10+
11+
> Example:
12+
> This PR adds a new feature that allows users to upload profile images.
13+
> It also refactors the user controller for better maintainability.
14+
---
15+
16+
17+
## 🔗 Related Issues
18+
19+
20+
Link any related issues using the format below.
21+
This will **auto-close** the issue when merged:
22+
23+
24+
> Fixes #<issue_number>
25+
---
26+
27+
28+
## 🖼️ Screenshots (if applicable)
29+
30+
31+
If your changes include UI updates or visual changes, add screenshots or GIFs here.
32+
33+
34+
---
35+
36+
37+
## 🧩 Type of Change
38+
39+
40+
Select the type of change your PR introduces (check all that apply):
41+
42+
43+
- [ ] 🐛 Bug Fix
44+
- [ ] ✨ New Feature
45+
- [ ] ⚡ Enhancement / Optimization
46+
- [ ] 🧰 Refactoring
47+
- [ ] 🧾 Documentation Update
48+
- [ ] 🔧 Other (please specify): ____________
49+
50+
51+
---
52+
53+
54+
## ✅ Checklist
55+
56+
57+
Before submitting your PR, please confirm the following:
58+
59+
60+
- [ ] I have performed a self-review of my code.
61+
- [ ] I have commented my code, particularly in hard-to-understand areas.
62+
- [ ] I have added or updated relevant documentation.
63+
- [ ] My changes do not break any existing functionality.
64+
- [ ] I have tested my changes locally and they work as expected.
65+
- [ ] I have linked all relevant issues (if any).
66+
67+
68+
---
69+
70+
71+
## 💬 Additional Notes (Optional)
72+
73+
74+
Add any other information, context, or comments that reviewers might find useful.

0 commit comments

Comments
 (0)