|
| 1 | +## 📝 Pull Request Description |
| 2 | + |
| 3 | +<!-- Provide a brief description of what this PR accomplishes --> |
| 4 | + |
| 5 | +## 🎯 Type of Change |
| 6 | + |
| 7 | +Please delete options that are not relevant: |
| 8 | + |
| 9 | +- [ ] 🐛 Bug fix (non-breaking change which fixes an issue) |
| 10 | +- [ ] ✨ New feature (non-breaking change which adds functionality) |
| 11 | +- [ ] 📚 Content improvement (enhancing existing material) |
| 12 | +- [ ] 📖 Documentation update |
| 13 | +- [ ] 🔧 Code refactoring |
| 14 | +- [ ] 🧪 Test addition or improvement |
| 15 | +- [ ] 🎨 UI/UX improvement |
| 16 | + |
| 17 | +## 📋 What was changed? |
| 18 | + |
| 19 | +<!-- List the specific changes made in this PR --> |
| 20 | + |
| 21 | +- [ ] |
| 22 | +- [ ] |
| 23 | +- [ ] |
| 24 | + |
| 25 | +## 🧪 Testing |
| 26 | + |
| 27 | +<!-- Please describe the tests that you ran to verify your changes --> |
| 28 | + |
| 29 | +- [ ] ✅ Code compiles without errors |
| 30 | +- [ ] ✅ Examples run successfully |
| 31 | +- [ ] ✅ Documentation is clear and accurate |
| 32 | +- [ ] ✅ No breaking changes introduced |
| 33 | +- [ ] ✅ Follows project coding standards |
| 34 | + |
| 35 | +## 📸 Screenshots (if applicable) |
| 36 | + |
| 37 | +<!-- Add screenshots if your changes affect the UI or output --> |
| 38 | + |
| 39 | +## 🔗 Related Issues |
| 40 | + |
| 41 | +<!-- Link any related issues here --> |
| 42 | + |
| 43 | +Closes #(issue number) |
| 44 | +Related to #(issue number) |
| 45 | + |
| 46 | +## 📝 Additional Notes |
| 47 | + |
| 48 | +<!-- Any additional information or context for reviewers --> |
| 49 | + |
| 50 | +## ✅ Checklist |
| 51 | + |
| 52 | +Before submitting this PR, please make sure: |
| 53 | + |
| 54 | +- [ ] I have read the [CONTRIBUTING.md](CONTRIBUTING.md) file |
| 55 | +- [ ] My code follows the project's coding standards |
| 56 | +- [ ] I have tested my changes thoroughly |
| 57 | +- [ ] I have updated documentation where necessary |
| 58 | +- [ ] My changes generate no new warnings |
| 59 | +- [ ] I have added comments to complex code sections |
| 60 | +- [ ] I have created appropriate tests if applicable |
| 61 | + |
| 62 | +## 🎉 Ready for Review |
| 63 | + |
| 64 | +This PR is ready for review and ready to be merged once approved. |
| 65 | + |
| 66 | +--- |
| 67 | + |
| 68 | +**Thank you for contributing! 🚀** |
0 commit comments