# Contributing to Lunary ITCH Parser
Thank you for your interest in contributing.
## How to Contribute
### Reporting Bugs
- Check existing issues first
- Use the bug report template
- Include OS, Rust version, and reproduction steps
### Suggesting Features
- Open an issue with the feature request template
- Describe the use case and expected behavior
### Pull Requests
1. Fork the repository
2. Create a feature branch
3. Make your changes
4. Run tests: `cargo test --all-features`
5. Run clippy: `cargo clippy --all-features`
6. Format code: `cargo fmt`
7. Commit with a clear message
8. Push and open a PR
## License
By contributing, you agree that your contributions will be licensed under the AGPL-3.0-or-later license.