|
| 1 | +## Description |
| 2 | + |
| 3 | +<!-- Provide a clear and concise description of your changes --> |
| 4 | + |
| 5 | +## Type of Change |
| 6 | + |
| 7 | +<!-- Mark the relevant option with an "x" --> |
| 8 | + |
| 9 | +- [ ] 🐛 Bug fix (non-breaking change that fixes an issue) |
| 10 | +- [ ] ✨ New feature (non-breaking change that adds functionality) |
| 11 | +- [ ] 💥 Breaking change (fix or feature that would cause existing functionality to change) |
| 12 | +- [ ] 📝 Documentation update |
| 13 | +- [ ] 🎨 Code style/formatting |
| 14 | +- [ ] ♻️ Refactoring (no functional changes) |
| 15 | +- [ ] ✅ Test updates |
| 16 | +- [ ] 🔧 Build/CI updates |
| 17 | + |
| 18 | +## Related Issues |
| 19 | + |
| 20 | +<!-- Link to related issues. Use "Fixes #123" to auto-close issues when PR is merged --> |
| 21 | + |
| 22 | +Fixes # |
| 23 | +Relates to # |
| 24 | + |
| 25 | +## Changes Made |
| 26 | + |
| 27 | +<!-- List the specific changes you made --> |
| 28 | + |
| 29 | +- |
| 30 | +- |
| 31 | +- |
| 32 | + |
| 33 | +## Testing |
| 34 | + |
| 35 | +<!-- Describe how you tested your changes --> |
| 36 | + |
| 37 | +- [ ] Added new tests |
| 38 | +- [ ] Updated existing tests |
| 39 | +- [ ] All tests pass locally |
| 40 | +- [ ] Manual testing performed |
| 41 | + |
| 42 | +### Test Commands |
| 43 | + |
| 44 | +```bash |
| 45 | +# Commands you ran to test |
| 46 | +pytest tests/ |
| 47 | +``` |
| 48 | + |
| 49 | +## Checklist |
| 50 | + |
| 51 | +<!-- Mark completed items with an "x" --> |
| 52 | + |
| 53 | +- [ ] My code follows the project's style guidelines |
| 54 | +- [ ] I have performed a self-review of my code |
| 55 | +- [ ] I have commented my code where necessary |
| 56 | +- [ ] I have updated the documentation accordingly |
| 57 | +- [ ] My changes generate no new warnings or errors |
| 58 | +- [ ] I have added tests that prove my fix/feature works |
| 59 | +- [ ] New and existing tests pass locally |
| 60 | +- [ ] I have updated CHANGELOG.md (if applicable) |
| 61 | +- [ ] I have run pre-commit hooks (`pre-commit run --all-files`) |
| 62 | + |
| 63 | +## Screenshots (if applicable) |
| 64 | + |
| 65 | +<!-- Add screenshots to help explain your changes --> |
| 66 | + |
| 67 | +## Additional Notes |
| 68 | + |
| 69 | +<!-- Any additional information that reviewers should know --> |
| 70 | + |
| 71 | +## Reviewer Notes |
| 72 | + |
| 73 | +<!-- Specific areas you'd like reviewers to focus on --> |
| 74 | + |
| 75 | +--- |
| 76 | + |
| 77 | +By submitting this PR, I confirm that: |
| 78 | +- [ ] I have read the [Contributing Guide](../CONTRIBUTING.md) |
| 79 | +- [ ] My contribution is original or properly attributed |
| 80 | +- [ ] I agree to license my contribution under the MIT License |
0 commit comments