|
| 1 | +# Pull Request |
| 2 | + |
| 3 | +## 📋 Summary |
| 4 | +Brief description of what this PR does and why it's needed. |
| 5 | + |
| 6 | +## 🎯 Type of Change |
| 7 | +- [ ] 🐛 Bug fix (non-breaking change which fixes an issue) |
| 8 | +- [ ] ✨ New feature (non-breaking change which adds functionality) |
| 9 | +- [ ] 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 10 | +- [ ] 📚 Documentation update |
| 11 | +- [ ] 🧪 Test improvements |
| 12 | +- [ ] 🔧 Refactoring (no functional changes) |
| 13 | +- [ ] 🔒 Security improvement |
| 14 | +- [ ] ⚡ Performance improvement |
| 15 | +- [ ] 🎨 Style/UI changes |
| 16 | + |
| 17 | +## 🔄 Changes Made |
| 18 | +<!-- Describe the changes in detail --> |
| 19 | + |
| 20 | +### Added |
| 21 | +- |
| 22 | + |
| 23 | +### Changed |
| 24 | +- |
| 25 | + |
| 26 | +### Fixed |
| 27 | +- |
| 28 | + |
| 29 | +### Removed |
| 30 | +- |
| 31 | + |
| 32 | +## 🧪 Testing |
| 33 | +<!-- Describe how you tested these changes --> |
| 34 | + |
| 35 | +- [ ] Unit tests pass (`npm test`) |
| 36 | +- [ ] Integration tests pass |
| 37 | +- [ ] Manual testing completed |
| 38 | +- [ ] VS Code extension tested (if applicable) |
| 39 | +- [ ] Cross-platform testing (Windows/macOS/Linux) |
| 40 | + |
| 41 | +### Test Cases |
| 42 | +1. **Scenario**: |
| 43 | + - **Steps**: |
| 44 | + - **Expected**: |
| 45 | + - **Result**: ✅/❌ |
| 46 | + |
| 47 | +## 📱 Environment Tested |
| 48 | +- [ ] **OS**: Windows / macOS / Linux |
| 49 | +- [ ] **Node.js**: v18 / v20 / v21 |
| 50 | +- [ ] **VS Code**: Latest version (if extension changes) |
| 51 | + |
| 52 | +## 🔗 Related Issues |
| 53 | +<!-- Link any related issues --> |
| 54 | +- Closes #___ |
| 55 | +- Fixes #___ |
| 56 | +- Related to #___ |
| 57 | + |
| 58 | +## 📸 Screenshots/Examples |
| 59 | +<!-- If applicable, add screenshots or code examples --> |
| 60 | + |
| 61 | +### Before |
| 62 | +``` |
| 63 | +<!-- Show the old behavior --> |
| 64 | +``` |
| 65 | + |
| 66 | +### After |
| 67 | +``` |
| 68 | +<!-- Show the new behavior --> |
| 69 | +``` |
| 70 | + |
| 71 | +## 📋 Checklist |
| 72 | +<!-- Check all that apply --> |
| 73 | + |
| 74 | +### Code Quality |
| 75 | +- [ ] My code follows the project's style guidelines |
| 76 | +- [ ] I have performed a self-review of my own code |
| 77 | +- [ ] I have commented my code, particularly in hard-to-understand areas |
| 78 | +- [ ] My changes generate no new warnings or errors |
| 79 | + |
| 80 | +### Testing |
| 81 | +- [ ] I have added tests that prove my fix is effective or that my feature works |
| 82 | +- [ ] New and existing unit tests pass locally with my changes |
| 83 | +- [ ] I have tested the VS Code extension manually (if applicable) |
| 84 | + |
| 85 | +### Documentation |
| 86 | +- [ ] I have made corresponding changes to the documentation |
| 87 | +- [ ] I have updated the CHANGELOG.md (if applicable) |
| 88 | +- [ ] My changes don't break existing API contracts |
| 89 | + |
| 90 | +### Dependencies & Performance |
| 91 | +- [ ] I have considered the impact on bundle size |
| 92 | +- [ ] I have tested startup performance impact |
| 93 | +- [ ] No new dependencies added without justification |
| 94 | + |
| 95 | +## 🚨 Breaking Changes |
| 96 | +<!-- If this introduces breaking changes, describe them here --> |
| 97 | +- [ ] This PR introduces breaking changes |
| 98 | +- [ ] Migration guide provided (if breaking changes) |
| 99 | + |
| 100 | +## 🔮 Future Considerations |
| 101 | +<!-- Any follow-up work or considerations for future PRs --> |
| 102 | + |
| 103 | +--- |
| 104 | + |
| 105 | +## 📝 Notes for Reviewers |
| 106 | +<!-- Any specific areas you'd like reviewers to focus on --> |
| 107 | + |
| 108 | +**Priority**: High / Medium / Low |
| 109 | +**Review Focus**: Logic / Performance / Security / UX / Documentation |
| 110 | + |
| 111 | +--- |
| 112 | + |
| 113 | +**Ready for review! 🧶✨** |
| 114 | + |
| 115 | +<!-- |
| 116 | +Thank you for contributing to CommitWeave! |
| 117 | +Your PR helps make git commits better for developers everywhere. |
| 118 | +--> |
0 commit comments