|
| 1 | +## 📝 Description |
| 2 | + |
| 3 | +Brief description of the changes in this PR. |
| 4 | + |
| 5 | +Fixes # (issue number, if applicable) |
| 6 | + |
| 7 | +## 🔧 Type of Change |
| 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 | +- [ ] 🎨 UI/UX improvement |
| 14 | +- [ ] ♻️ Code refactoring |
| 15 | +- [ ] ⚡ Performance improvement |
| 16 | + |
| 17 | +## ✅ Testing |
| 18 | + |
| 19 | +Please describe the tests you ran to verify your changes: |
| 20 | + |
| 21 | +- [ ] Tested on real Android device |
| 22 | +- [ ] Tested in Device Owner mode |
| 23 | +- [ ] Tested on multiple Android versions: ___ |
| 24 | +- [ ] No regressions found |
| 25 | + |
| 26 | +**Device(s) tested:** |
| 27 | +- Device: [e.g., Samsung Galaxy Tab A8] |
| 28 | +- Android version: [e.g., Android 12] |
| 29 | + |
| 30 | +## 📸 Screenshots/Videos |
| 31 | + |
| 32 | +If applicable, add screenshots or videos demonstrating the changes. |
| 33 | + |
| 34 | +## 📋 Checklist |
| 35 | + |
| 36 | +- [ ] My code follows the project's code style |
| 37 | +- [ ] I have commented my code where necessary |
| 38 | +- [ ] I have updated the documentation accordingly |
| 39 | +- [ ] My changes generate no new warnings |
| 40 | +- [ ] I have tested on a real device (not just emulator) |
| 41 | +- [ ] All existing tests still pass |
| 42 | + |
| 43 | +## 🔗 Related Issues/PRs |
| 44 | + |
| 45 | +List any related issues or pull requests: |
| 46 | +- Related to #___ |
| 47 | +- Depends on #___ |
| 48 | + |
| 49 | +## 📝 Additional Notes |
| 50 | + |
| 51 | +Any additional information or context. |
0 commit comments