PULL_REQUEST_TEMPLATE.md•2.06 kB
## Description
Please include a summary of the changes and which issue is fixed. Include relevant motivation and context.
Fixes # (issue)
## Type of Change
Please delete options that are not relevant:
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
- [ ] Code refactoring
- [ ] Performance improvement
- [ ] Test coverage improvement
## Changes Made
Please provide a bullet-point list of changes:
-
-
-
## Testing
Please describe the tests you ran to verify your changes:
- [ ] Contract tests pass (`npm test`)
- [ ] Integration tests pass
- [ ] Manual testing with Claude Desktop
- [ ] Tested with real Todoist account
- [ ] Tested rate limiting behavior (if applicable)
### Test Configuration
- **Node.js version**:
- **Operating System**:
- **MCP Client**:
## Checklist
Before submitting, please ensure:
- [ ] My code follows the project's code style (`npm run lint`)
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation (README, CHANGELOG)
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes (`npm test`)
- [ ] Any dependent changes have been merged and published
- [ ] I have updated CHANGELOG.md following [Common Changelog](https://github.com/vweevers/common-changelog) format
## Screenshots (if applicable)
Add screenshots or GIFs to help explain your changes:
## Additional Notes
Add any additional notes for reviewers here:
## Breaking Changes
If this PR introduces breaking changes, please describe the impact and migration path:
## Documentation
- [ ] README.md updated
- [ ] CHANGELOG.md updated
- [ ] Code comments added/updated
- [ ] Type definitions updated