File tree Expand file tree Collapse file tree 1 file changed +74
-0
lines changed Expand file tree Collapse file tree 1 file changed +74
-0
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments