|
1 | | -<!-- :white_check_mark: --> |
| 1 | +## Pull Request Overview |
2 | 2 |
|
3 | | -# :white_large_square: UI |
| 3 | +Please provide a brief summary of the changes made in this pull request. This helps reviewers understand the context and intent of your changes. |
4 | 4 |
|
5 | | -- [ ] Identify and resolve any new warnings in the console |
6 | | -- [ ] Identify and resolve any new errors in the console |
7 | | -- [ ] If there are modifications to configurations such as `vite.config.ts`, `tsconfig.json` etc., ensure to include a description |
| 5 | +### Changes Introduced |
8 | 6 |
|
9 | | -# :white_large_square: Automation Scripts |
| 7 | +List specific changes made (e.g., added new component, refactored existing logic).Include reasons for complex or significant changes |
10 | 8 |
|
11 | | -- [ ] Identify and resolve any new warnings in the console |
12 | | -- [ ] Identify and resolve any new errors in the console |
13 | | -- [ ] If there are modifications to configurations such as `vite.config.ts`, `tsconfig.json` etc., ensure to include a description |
| 9 | +## Linked Issue(s) |
| 10 | + |
| 11 | +- [ ] Link to the issue ticket(s) this PR addresses (e.g., `Fixes #123`) |
| 12 | + |
| 13 | +## Testing Strategy |
| 14 | + |
| 15 | +- [ ] Describe how you have tested these changes |
| 16 | +- [ ] Include details of any new unit/integration tests added |
| 17 | +- [ ] Mention any edge cases considered or testing environments (e.g., browser versions, mobile) |
| 18 | + |
| 19 | +## Performance and Accessibility Considerations |
| 20 | + |
| 21 | +- [ ] Confirm no significant performance drops. Use tools like Lighthouse for performance evaluation. |
| 22 | +- [ ] Ensure new UI components are accessible (e.g., screen reader-friendly, keyboard navigable) |
| 23 | + |
| 24 | +## Code Quality Checks |
| 25 | + |
| 26 | +- [ ] Confirm self-review of code, including readability and maintainability |
| 27 | +- [ ] Verify adherence to project coding standards |
| 28 | +- [ ] Ensure proper documentation of functions and classes, if applicable |
| 29 | + |
| 30 | +## Console Warning/Error Checks |
| 31 | + |
| 32 | +- [ ] Confirm no new warnings or errors are showing in the console |
| 33 | + |
| 34 | +## Configuration Changes |
| 35 | + |
| 36 | +- [ ] If applicable, describe any changes to project configurations (e.g., `vite.config.ts`, `tsconfig.json`) |
| 37 | + |
| 38 | +## Screenshots/Video |
| 39 | + |
| 40 | +- [ ] Include screenshots/video demonstrating UI changes (if applicable) |
| 41 | + |
| 42 | +## Additional Notes |
| 43 | + |
| 44 | +- [ ] Add any other context or notes about the pull request here (optional) |
0 commit comments