# Contributing
## Getting Started
1. Fork the repository
2. Clone your fork locally
3. Create a feature branch from `main`
## Development
```bash
cargo build
cargo test
cargo clippy
```
## Pull Requests
- One feature or fix per PR
- All tests must pass
- No compiler warnings
- No comments in source code
- No `_` prefixed variables to suppress warnings
- Values must be genuinely consumed through computation
- Follow the existing code style and structure
## Reporting Issues
Open an issue on GitHub with:
- A clear description of the problem
- Steps to reproduce
- Expected vs actual behavior
## License
By contributing, you agree that your contributions are licensed under MIT.
## Contact
Join the Discord server: https://discord.com/channels/1489158007219556487/1489181752923656212