|
| 1 | +## Description |
| 2 | +<!-- Provide a brief description of the changes in this PR --> |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | +## Type of Change |
| 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 | +- [ ] UI/UX improvement |
| 14 | +- [ ] Code refactoring (no functional changes) |
| 15 | +- [ ] Performance improvement |
| 16 | +- [ ] Test addition or update |
| 17 | +- [ ] Configuration change |
| 18 | + |
| 19 | +## Related Issues |
| 20 | +<!-- Link related issues below. Use "Closes #123" to auto-close issues when PR is merged --> |
| 21 | + |
| 22 | +- Closes # |
| 23 | +- Related to # |
| 24 | + |
| 25 | +## Changes Made |
| 26 | +<!-- List the main changes made in this PR --> |
| 27 | + |
| 28 | +- |
| 29 | +- |
| 30 | +- |
| 31 | + |
| 32 | +## Testing Done |
| 33 | +<!-- Describe how you tested your changes --> |
| 34 | + |
| 35 | +- [ ] Tested locally in development environment |
| 36 | +- [ ] Tested in production-like environment |
| 37 | +- [ ] Added unit tests |
| 38 | +- [ ] Added integration tests |
| 39 | +- [ ] Tested on multiple browsers (Chrome, Firefox, Safari, Edge) |
| 40 | +- [ ] Tested mobile responsiveness |
| 41 | +- [ ] Verified backward compatibility |
| 42 | + |
| 43 | +### Test Steps |
| 44 | +<!-- Provide step-by-step instructions to test the changes --> |
| 45 | + |
| 46 | +1. |
| 47 | +2. |
| 48 | +3. |
| 49 | + |
| 50 | +## Screenshots / Videos |
| 51 | +<!-- If applicable, add screenshots or videos to demonstrate the changes --> |
| 52 | + |
| 53 | +### Before |
| 54 | +<!-- Screenshot/video of the current behavior --> |
| 55 | + |
| 56 | + |
| 57 | +### After |
| 58 | +<!-- Screenshot/video of the new behavior --> |
| 59 | + |
| 60 | + |
| 61 | +## Documentation |
| 62 | +<!-- Check all that apply --> |
| 63 | + |
| 64 | +- [ ] Documentation has been updated (README, CONTRIBUTING, etc.) |
| 65 | +- [ ] Code comments have been added/updated |
| 66 | +- [ ] No documentation changes needed |
| 67 | + |
| 68 | +## Breaking Changes |
| 69 | +<!-- If this PR introduces breaking changes, describe them here and provide migration instructions --> |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | +## Code Review Checklist |
| 74 | +<!-- Reviewer: Please verify the following before approving --> |
| 75 | + |
| 76 | +- [ ] Code follows the project's coding standards |
| 77 | +- [ ] Changes are well-documented |
| 78 | +- [ ] No unnecessary dependencies added |
| 79 | +- [ ] Git history is clean (meaningful commits, no merge commits) |
| 80 | +- [ ] Tests pass locally and in CI |
| 81 | +- [ ] No console errors or warnings |
| 82 | +- [ ] Performance impact considered |
| 83 | +- [ ] Security implications considered |
| 84 | + |
| 85 | +## Additional Notes |
| 86 | +<!-- Add any additional context, concerns, or notes for reviewers --> |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | +--- |
| 91 | + |
| 92 | +<!-- |
| 93 | +By submitting this PR, you confirm that: |
| 94 | +- You have read the CONTRIBUTING guide |
| 95 | +- Your code follows the project's style guidelines |
| 96 | +- You have performed a self-review of your code |
| 97 | +- You have commented your code where necessary |
| 98 | +- Your changes generate no new warnings |
| 99 | +- You have added tests that prove your fix/feature works |
| 100 | +--> |
0 commit comments