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