|
| 1 | +## 📋 Description |
| 2 | + |
| 3 | +<!-- Provide a brief description of the changes in this PR --> |
| 4 | + |
| 5 | +## 🔄 Type of Change |
| 6 | + |
| 7 | +<!-- Mark the relevant option with an "x" --> |
| 8 | + |
| 9 | +- [ ] 🐛 Bug fix (non-breaking change which fixes an issue) |
| 10 | +- [ ] ✨ New feature (non-breaking change which adds functionality) |
| 11 | +- [ ] 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 12 | +- [ ] 📚 Documentation update |
| 13 | +- [ ] 🎨 Style/UI changes |
| 14 | +- [ ] ♻️ Code refactoring |
| 15 | +- [ ] ⚡ Performance improvements |
| 16 | +- [ ] 🧪 Test updates |
| 17 | +- [ ] 🔧 Build/CI changes |
| 18 | + |
| 19 | +## 🧪 Testing |
| 20 | + |
| 21 | +<!-- Describe the tests you ran and/or added --> |
| 22 | + |
| 23 | +- [ ] I have tested this change locally |
| 24 | +- [ ] I have added tests that prove my fix is effective or that my feature works |
| 25 | +- [ ] New and existing unit tests pass locally with my changes |
| 26 | + |
| 27 | +## 📱 Screenshots (if applicable) |
| 28 | + |
| 29 | +<!-- Add screenshots for UI changes --> |
| 30 | + |
| 31 | +## 🔍 Code Review Checklist |
| 32 | + |
| 33 | +<!-- For reviewers --> |
| 34 | + |
| 35 | +- [ ] Code follows the project's coding standards |
| 36 | +- [ ] Self-review of the code has been performed |
| 37 | +- [ ] Code is properly commented, particularly in hard-to-understand areas |
| 38 | +- [ ] Changes generate no new warnings |
| 39 | +- [ ] Any dependent changes have been merged and published |
| 40 | + |
| 41 | +## 📚 Related Issues |
| 42 | + |
| 43 | +<!-- Link any related issues using "Closes #issue_number" or "Fixes #issue_number" --> |
| 44 | + |
| 45 | +## 🚀 Deployment Notes |
| 46 | + |
| 47 | +<!-- Any special deployment considerations --> |
| 48 | + |
| 49 | +## 📋 Additional Context |
| 50 | + |
| 51 | +<!-- Add any other context about the PR here --> |
0 commit comments