|
| 1 | +## 📝 Description |
| 2 | + |
| 3 | +Please provide a brief summary of the changes in this pull request. What issue(s) does this PR address? What problem(s) does it solve? |
| 4 | + |
| 5 | +Relates to #(issue-number) |
| 6 | + |
| 7 | +--- |
| 8 | + |
| 9 | +## 📸 Screenshots/Screen record (if applicable) |
| 10 | + |
| 11 | +If your changes include UI updates, please add before and after screenshots/screen records: |
| 12 | + |
| 13 | +**Before:** |
| 14 | +[Attach screenshot/screen record] |
| 15 | + |
| 16 | +**After:** |
| 17 | +[Attach screenshot/screen record] |
| 18 | + |
| 19 | +--- |
| 20 | + |
| 21 | +## ✅ Checklist |
| 22 | + |
| 23 | +Please ensure the following tasks are completed before requesting a review: |
| 24 | + |
| 25 | +- [ ] My code adheres to the style guidelines of this project. |
| 26 | +- [ ] I have run `npm run lint` or the equivalent linting command. |
| 27 | +- [ ] I have added or updated tests (if applicable). |
| 28 | +- [ ] My changes have been tested thoroughly in different browsers/resolutions (if applicable). |
| 29 | +- [ ] I have updated the documentation (if applicable). |
| 30 | +- [ ] I have checked that there are no console errors or warnings. |
| 31 | +- [ ] I have verified that the application builds without errors. |
| 32 | +- [ ] I have tested responsiveness for mobile and desktop views (if applicable). |
| 33 | + |
| 34 | +--- |
| 35 | + |
| 36 | +## 🚀 Changes Made |
| 37 | + |
| 38 | +- **New Features:** |
| 39 | + - [Describe any new features added.] |
| 40 | + |
| 41 | +- **Bug Fixes:** |
| 42 | + - [List the bugs fixed.] |
| 43 | + |
| 44 | +- **Refactoring:** |
| 45 | + - [Highlight refactored code, if any.] |
| 46 | + |
| 47 | +- **Other Changes:** |
| 48 | + - [Describe additional changes not covered above.] |
| 49 | + |
| 50 | +--- |
| 51 | + |
| 52 | +## 💡 How to Test |
| 53 | + |
| 54 | +Please provide clear instructions on how reviewers can test your changes: |
| 55 | + |
| 56 | +1. [Step 1] |
| 57 | +2. [Step 2] |
| 58 | +3. [Step 3] |
| 59 | + |
| 60 | +--- |
| 61 | + |
| 62 | +## 🤝 Related Issues |
| 63 | + |
| 64 | +List any related issues, pull requests, or discussions: |
| 65 | + |
| 66 | +- #123 |
| 67 | +- #456 |
| 68 | + |
| 69 | +--- |
| 70 | + |
| 71 | +## 🔗 Additional Context (optional) |
| 72 | + |
| 73 | +Add any other context or information that might be useful for reviewers: |
| 74 | + |
| 75 | +[Additional notes or links] |
| 76 | + |
| 77 | +--- |
| 78 | + |
| 79 | +## 📄 Relevant Documentation (optional) |
| 80 | + |
| 81 | +Provide links to relevant documentation that reviewers may need: |
| 82 | + |
| 83 | +- [Link to related documentation] |
| 84 | + |
| 85 | +--- |
| 86 | + |
| 87 | +## 📋 Review Guidelines |
| 88 | + |
| 89 | +Please focus on the following while reviewing: |
| 90 | + |
| 91 | +- [ ] Does the code follow the repository's contribution guidelines? |
| 92 | +- [ ] Are there any potential bugs or performance issues? |
| 93 | +- [ ] Is the UI consistent with the overall design? |
| 94 | +- [ ] Are there any typos or grammatical errors in the code or comments? |
0 commit comments