|
1 | | -## 📝 Description |
2 | | -A clear and concise description of what this PR does. |
3 | | - |
4 | | -## 🔗 Related Issues |
5 | | -- Closes #(issue number) |
6 | | -- Related to #(issue number) |
7 | | - |
8 | | -## 🎯 Type of Change |
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 | | -- [ ] 🎨 Code style/formatting changes |
14 | | -- [ ] ♻️ Code refactoring |
15 | | -- [ ] ⚡ Performance improvements |
16 | | -- [ ] 🧪 Test additions or updates |
17 | | - |
18 | | -## 🧪 Testing |
19 | | -- [ ] I have tested this change locally |
20 | | -- [ ] I have added tests that prove my fix is effective or that my feature works |
21 | | -- [ ] New and existing unit tests pass locally with my changes |
22 | | -- [ ] I have tested the GUI functionality |
23 | | -- [ ] I have tested database operations |
24 | | -- [ ] I have tested the Telegram integration (if applicable) |
25 | | - |
26 | | -## 📱 Screenshots (if applicable) |
| 1 | +## Description |
| 2 | +Brief description of the changes made. |
| 3 | + |
| 4 | +## Type of Change |
| 5 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 6 | +- [ ] New feature (non-breaking change which adds functionality) |
| 7 | +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 8 | +- [ ] Documentation update |
| 9 | +- [ ] Code refactoring |
| 10 | +- [ ] Performance improvement |
| 11 | +- [ ] Test coverage improvement |
| 12 | + |
| 13 | +## Related Issues |
| 14 | +Fixes #(issue number) |
| 15 | +Closes #(issue number) |
| 16 | +Related to #(issue number) |
| 17 | + |
| 18 | +## Changes Made |
| 19 | +- [ ] List the specific changes made |
| 20 | +- [ ] Include any new files added |
| 21 | +- [ ] Include any files modified |
| 22 | +- [ ] Include any files removed |
| 23 | + |
| 24 | +## Testing |
| 25 | +- [ ] Unit tests added/updated |
| 26 | +- [ ] Integration tests added/updated |
| 27 | +- [ ] Manual testing performed |
| 28 | +- [ ] All tests pass locally |
| 29 | + |
| 30 | +## Screenshots (if applicable) |
27 | 31 | Add screenshots to help explain your changes. |
28 | 32 |
|
29 | | -## 🔍 Code Quality |
| 33 | +## Checklist |
30 | 34 | - [ ] My code follows the project's style guidelines |
31 | 35 | - [ ] I have performed a self-review of my own code |
32 | 36 | - [ ] I have commented my code, particularly in hard-to-understand areas |
33 | 37 | - [ ] I have made corresponding changes to the documentation |
34 | 38 | - [ ] My changes generate no new warnings |
35 | 39 | - [ ] I have added tests that prove my fix is effective or that my feature works |
36 | | - |
37 | | -## 📋 Checklist |
38 | | -- [ ] My code follows the project's coding standards |
39 | | -- [ ] I have performed a self-review of my own code |
40 | | -- [ ] I have commented my code, particularly in hard-to-understand areas |
41 | | -- [ ] I have made corresponding changes to the documentation |
42 | | -- [ ] My changes generate no new warnings |
43 | | -- [ ] I have added tests that prove my fix is effective or that my feature works |
44 | 40 | - [ ] New and existing unit tests pass locally with my changes |
45 | 41 | - [ ] Any dependent changes have been merged and published |
46 | 42 |
|
47 | | -## 🚀 Deployment Notes |
48 | | -Any special deployment considerations or notes for reviewers. |
| 43 | +## Additional Notes |
| 44 | +Any additional information that reviewers should know about this PR. |
49 | 45 |
|
50 | | -## 📚 Documentation |
51 | | -- [ ] I have updated the README if needed |
52 | | -- [ ] I have updated the CHANGELOG if needed |
53 | | -- [ ] I have updated any relevant documentation |
54 | | -- [ ] I have added/updated docstrings for new functions/classes |
| 46 | +## Breaking Changes |
| 47 | +If this is a breaking change, please describe the impact and migration path. |
55 | 48 |
|
56 | | -## 🔒 Security |
57 | | -- [ ] My changes don't introduce any security vulnerabilities |
58 | | -- [ ] I have considered the security implications of my changes |
59 | | -- [ ] I have not hardcoded any sensitive information |
| 49 | +## Performance Impact |
| 50 | +If this change affects performance, please describe the impact. |
60 | 51 |
|
61 | | -## 🎨 UI/UX |
62 | | -- [ ] My changes maintain the existing UI/UX consistency |
63 | | -- [ ] I have tested the changes on different screen sizes |
64 | | -- [ ] I have considered accessibility implications |
65 | | -- [ ] The changes are intuitive and user-friendly |
| 52 | +## Security Considerations |
| 53 | +If this change affects security, please describe the considerations. |
0 commit comments