# Contributing to tzip
Thank you for your interest in contributing!
## Development Setup
1. Clone the repository
2. Run tests: `cargo test`
3. Check formatting: `cargo fmt -- --check`
4. Run clippy: `cargo clippy`
## Pull Request Guidelines
- All tests must pass
- New features require new tests
- Follow existing code style (run `cargo fmt`)
- No `unsafe` code without justification
- Update documentation if changing public API
## Commit Messages
- Use clear, descriptive commit messages
- Reference issues when applicable
## Questions?
Open an issue for bugs, feature requests, or questions.