|
| 1 | +## Description |
| 2 | +Brief description of what this PR does and why. |
| 3 | + |
| 4 | +## Changes Made |
| 5 | +- [ ] Added feature X |
| 6 | +- [ ] Fixed bug Y |
| 7 | +- [ ] Updated documentation Z |
| 8 | +- [ ] Other: ... |
| 9 | + |
| 10 | +## Type of Change |
| 11 | +- [ ] 🐛 Bug fix (non-breaking change which fixes an issue) |
| 12 | +- [ ] ✨ New feature (non-breaking change which adds functionality) |
| 13 | +- [ ] 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 14 | +- [ ] 📝 Documentation update |
| 15 | +- [ ] 🎨 Code style/formatting |
| 16 | +- [ ] ♻️ Refactoring |
| 17 | +- [ ] ⚡ Performance improvement |
| 18 | +- [ ] 🧪 Test improvement |
| 19 | + |
| 20 | +## Testing |
| 21 | +- [ ] Tests pass locally (`uv run pytest`) |
| 22 | +- [ ] Added tests for new functionality |
| 23 | +- [ ] Tested on multiple Python versions (if applicable) |
| 24 | +- [ ] Tested with different LLM providers (if applicable) |
| 25 | + |
| 26 | +## Code Quality |
| 27 | +- [ ] Code follows project style guidelines (`uv run black . && uv run isort .`) |
| 28 | +- [ ] Type checking passes (`uv run mypy langstruct/`) |
| 29 | +- [ ] Added appropriate docstrings |
| 30 | +- [ ] Updated examples if needed |
| 31 | + |
| 32 | +## Documentation |
| 33 | +- [ ] Updated README if needed |
| 34 | +- [ ] Updated API documentation |
| 35 | +- [ ] Added/updated examples |
| 36 | +- [ ] Updated CHANGELOG.md |
| 37 | + |
| 38 | +## Checklist |
| 39 | +- [ ] My code follows the style guidelines of this project |
| 40 | +- [ ] I have performed a self-review of my own code |
| 41 | +- [ ] I have commented my code, particularly in hard-to-understand areas |
| 42 | +- [ ] I have made corresponding changes to the documentation |
| 43 | +- [ ] My changes generate no new warnings |
| 44 | +- [ ] I have added tests that prove my fix is effective or that my feature works |
| 45 | +- [ ] New and existing unit tests pass locally with my changes |
| 46 | + |
| 47 | +## Related Issues |
| 48 | +Closes #(issue number) |
| 49 | + |
| 50 | +## Screenshots (if applicable) |
| 51 | +Add screenshots to help explain your changes. |
| 52 | + |
| 53 | +## Additional Notes |
| 54 | +Any additional information, concerns, or questions for reviewers. |
0 commit comments