|
| 1 | +## Description |
| 2 | + |
| 3 | +Brief description of what this PR accomplishes and why it's needed. |
| 4 | + |
| 5 | +## Changes |
| 6 | + |
| 7 | +- [ ] Change 1: Description |
| 8 | +- [ ] Change 2: Description |
| 9 | +- [ ] Change 3: Description |
| 10 | + |
| 11 | +## Type of Change |
| 12 | + |
| 13 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 14 | +- [ ] New feature (non-breaking change which adds functionality) |
| 15 | +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 16 | +- [ ] Documentation update |
| 17 | +- [ ] Code refactoring |
| 18 | +- [ ] Dependency update |
| 19 | +- [ ] Performance improvement |
| 20 | +- [ ] Test improvement |
| 21 | + |
| 22 | +## Packages Affected |
| 23 | + |
| 24 | +- [ ] `modular_core` |
| 25 | +- [ ] `modular_flutter` |
| 26 | +- [ ] `viewmodel` |
| 27 | +- [ ] Documentation |
| 28 | +- [ ] Example app |
| 29 | +- [ ] Other: ******\_****** |
| 30 | + |
| 31 | +## Testing |
| 32 | + |
| 33 | +- [ ] Tested locally |
| 34 | +- [ ] Unit tests added/updated |
| 35 | +- [ ] Unit tests pass |
| 36 | +- [ ] Integration tests added/updated |
| 37 | +- [ ] Integration tests pass |
| 38 | +- [ ] Example app tested |
| 39 | +- [ ] Manual testing completed |
| 40 | +- [ ] Documentation builds successfully |
| 41 | + |
| 42 | +## Breaking Changes |
| 43 | + |
| 44 | +If this PR introduces breaking changes, please describe them here and provide migration instructions: |
| 45 | + |
| 46 | +``` |
| 47 | +// Before |
| 48 | +// Code example |
| 49 | +
|
| 50 | +// After |
| 51 | +// Code example |
| 52 | +``` |
| 53 | + |
| 54 | +## Screenshots/Videos |
| 55 | + |
| 56 | +If applicable, add screenshots or videos to help explain your changes. |
| 57 | + |
| 58 | +## Additional Context |
| 59 | + |
| 60 | +Add any other context about the PR here. |
| 61 | + |
| 62 | +## Related Issues |
| 63 | + |
| 64 | +- Closes #(issue number) |
| 65 | +- Relates to #(issue number) |
| 66 | +- Depends on #(PR number) |
| 67 | + |
| 68 | +## Checklist |
| 69 | + |
| 70 | +- [ ] My code follows the project's style guidelines |
| 71 | +- [ ] I have performed a self-review of my own code |
| 72 | +- [ ] I have commented my code, particularly in hard-to-understand areas |
| 73 | +- [ ] I have made corresponding changes to the documentation |
| 74 | +- [ ] My changes generate no new warnings |
| 75 | +- [ ] I have added tests that prove my fix is effective or that my feature works |
| 76 | +- [ ] New and existing unit tests pass locally with my changes |
| 77 | +- [ ] Any dependent changes have been merged and published |
| 78 | + |
| 79 | +## Reviewer Notes |
| 80 | + |
| 81 | +Any specific areas you'd like reviewers to focus on or questions you have about the implementation. |
0 commit comments