|
| 1 | +# Pull Request |
| 2 | + |
| 3 | +## 📝 Description |
| 4 | +<!-- Provide a clear description of what this PR does --> |
| 5 | + |
| 6 | +## 🎯 Type of Change |
| 7 | +<!-- Mark the relevant option with an 'x' --> |
| 8 | +- [ ] 🐛 Bug fix (non-breaking change which fixes an issue) |
| 9 | +- [ ] ✨ New feature (non-breaking change which adds functionality) |
| 10 | +- [ ] 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 11 | +- [ ] 📝 Documentation update |
| 12 | +- [ ] 🎨 Style/UI update (no functional changes) |
| 13 | +- [ ] ♻️ Refactoring (no functional changes) |
| 14 | +- [ ] ⚡ Performance improvement |
| 15 | +- [ ] ✅ Test addition or update |
| 16 | + |
| 17 | +## 🔗 Related Issues |
| 18 | +<!-- Link to related issues using #issue_number --> |
| 19 | +Closes # |
| 20 | +Fixes # |
| 21 | +Related to # |
| 22 | + |
| 23 | +## 🧪 Testing |
| 24 | +<!-- Describe the tests you ran and how to reproduce them --> |
| 25 | + |
| 26 | +### Test Configuration |
| 27 | +- [ ] Tested locally with `npm start` |
| 28 | +- [ ] Production build tested with `npm run build` |
| 29 | +- [ ] Tested on Chrome |
| 30 | +- [ ] Tested on Firefox |
| 31 | +- [ ] Tested on Safari |
| 32 | +- [ ] Tested on mobile devices |
| 33 | +- [ ] All existing tests pass |
| 34 | + |
| 35 | +### Test Steps |
| 36 | +1. Step 1 |
| 37 | +2. Step 2 |
| 38 | +3. Step 3 |
| 39 | + |
| 40 | +## 📸 Screenshots/Videos |
| 41 | +<!-- If applicable, add screenshots or videos to demonstrate the changes --> |
| 42 | + |
| 43 | +### Before |
| 44 | +<!-- Screenshot of the old behavior --> |
| 45 | + |
| 46 | +### After |
| 47 | +<!-- Screenshot of the new behavior --> |
| 48 | + |
| 49 | +## ✅ Checklist |
| 50 | +<!-- Mark completed items with an 'x' --> |
| 51 | +- [ ] My code follows the style guidelines of this project |
| 52 | +- [ ] I have performed a self-review of my own code |
| 53 | +- [ ] I have commented my code, particularly in hard-to-understand areas |
| 54 | +- [ ] I have made corresponding changes to the documentation |
| 55 | +- [ ] My changes generate no new warnings or errors |
| 56 | +- [ ] I have added tests that prove my fix is effective or that my feature works |
| 57 | +- [ ] New and existing unit tests pass locally with my changes |
| 58 | +- [ ] Any dependent changes have been merged and published |
| 59 | + |
| 60 | +## 📚 Documentation |
| 61 | +<!-- List any documentation that was updated or needs to be updated --> |
| 62 | +- [ ] README.md |
| 63 | +- [ ] PORTFOLIO-DATA-GUIDE.md |
| 64 | +- [ ] FIREBASE-DEPLOYMENT.md |
| 65 | +- [ ] Code comments |
| 66 | +- [ ] Other: ___________ |
| 67 | + |
| 68 | +## 🚀 Deployment Notes |
| 69 | +<!-- Any special deployment considerations? --> |
| 70 | + |
| 71 | +## 💬 Additional Notes |
| 72 | +<!-- Any additional information that reviewers should know --> |
| 73 | + |
| 74 | +--- |
| 75 | + |
| 76 | +**By submitting this pull request, I confirm that my contribution is made under the terms of the MIT License.** |
0 commit comments