Contributing to Things MCP Server
June 24, 2025 ยท View on GitHub
Thank you for your interest in contributing!
How to Contribute
- Fork the repository and create your branch from
main. - Run
just lintandjust testbefore submitting a pull request. - Write clear, descriptive commit messages (use Conventional Commits).
- Add or update tests for new features or bug fixes.
- Document any new public APIs in the README.
Pull Requests
- Keep PRs focused and small.
- Reference related issues in your PR description.
- Ensure all CI checks pass before requesting review.
Code Style
- Follow the code style enforced by
ruffandty. - Use type annotations where appropriate.
Communication
- Be respectful and constructive in all interactions.