|
| 1 | +# Pull Request |
| 2 | + |
| 3 | +## Description |
| 4 | + |
| 5 | +Brief description of the changes introduced by this PR. |
| 6 | + |
| 7 | +## Type of Change |
| 8 | + |
| 9 | +Please delete options that are not relevant. |
| 10 | + |
| 11 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 12 | +- [ ] New feature (non-breaking change which adds functionality) |
| 13 | +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 14 | +- [ ] Documentation update |
| 15 | +- [ ] Performance improvement |
| 16 | +- [ ] Code refactoring |
| 17 | +- [ ] Test improvements |
| 18 | +- [ ] UI/UX improvements |
| 19 | + |
| 20 | +## Related Issues |
| 21 | + |
| 22 | +Fixes #(issue number) |
| 23 | +Closes #(issue number) |
| 24 | +Relates to #(issue number) |
| 25 | + |
| 26 | +## Changes Made |
| 27 | + |
| 28 | +- [ ] Change 1 |
| 29 | +- [ ] Change 2 |
| 30 | +- [ ] Change 3 |
| 31 | + |
| 32 | +## Testing |
| 33 | + |
| 34 | +- [ ] I have tested this change manually |
| 35 | +- [ ] I have added/updated tests for my changes |
| 36 | +- [ ] All existing tests pass |
| 37 | +- [ ] I have tested on multiple browsers (if applicable) |
| 38 | +- [ ] I have tested on mobile devices (if applicable) |
| 39 | + |
| 40 | +### Test Instructions |
| 41 | + |
| 42 | +Please describe how reviewers can test your changes: |
| 43 | + |
| 44 | +1. Step 1 |
| 45 | +2. Step 2 |
| 46 | +3. Step 3 |
| 47 | + |
| 48 | +## Screenshots (if applicable) |
| 49 | + |
| 50 | +Add screenshots to help explain your changes, especially for UI changes. |
| 51 | + |
| 52 | +## Checklist |
| 53 | + |
| 54 | +- [ ] My code follows the style guidelines of this project |
| 55 | +- [ ] I have performed a self-review of my own code |
| 56 | +- [ ] I have commented my code, particularly in hard-to-understand areas |
| 57 | +- [ ] I have made corresponding changes to the documentation |
| 58 | +- [ ] My changes generate no new warnings |
| 59 | +- [ ] I have run `npm run lint` and fixed any issues |
| 60 | +- [ ] I have run `npm run build` successfully |
| 61 | +- [ ] I have tested the changes in development mode |
| 62 | +- [ ] Any dependent changes have been merged and published in downstream modules |
| 63 | + |
| 64 | +## Performance Impact |
| 65 | + |
| 66 | +- [ ] No performance impact |
| 67 | +- [ ] Positive performance impact |
| 68 | +- [ ] Negative performance impact (please explain) |
| 69 | + |
| 70 | +## Accessibility |
| 71 | + |
| 72 | +- [ ] I have tested keyboard navigation |
| 73 | +- [ ] I have tested with screen readers (if applicable) |
| 74 | +- [ ] I have ensured proper color contrast |
| 75 | +- [ ] I have added appropriate ARIA labels (if applicable) |
| 76 | + |
| 77 | +## Additional Notes |
| 78 | + |
| 79 | +Add any additional notes or context about the PR here. |
0 commit comments