File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ # 📝 Pull Request Template
2+
3+ ## 📄 Description
4+ Provide a clear and concise description of what this PR does and why it's needed.
5+
6+ ---
7+
8+ ## 🔗 Related Issues
9+ Use this format to auto-close issues when merged:
10+ > Fixes #<issue_number>
11+
12+ ---
13+
14+ ## 🧩 Type of Change
15+ - [ ] 🐛 Bug Fix
16+ - [ ] ✨ New Feature
17+ - [ ] ⚡ Enhancement / Optimization
18+ - [ ] 🧾 Documentation Update
19+
20+ ---
21+
22+ ## 🖼️ Screenshots (if applicable)
23+ Add screenshots or GIFs if your changes affect the UI.
24+
25+ ---
26+
27+ ## ✅ Checklist
28+ - [ ] I have performed a self-review of my code.
29+ - [ ] I have tested my changes locally.
30+ - [ ] My changes do not break existing functionality.
31+ - [ ] I have linked all related issues (if any).
32+
33+ ---
34+
35+ ## 💬 Additional Notes (Optional)
36+ Add any extra context or information useful for reviewers.
You can’t perform that action at this time.
0 commit comments