Contributing
Contributing to Reaper
Thanks for your interest in contributing! Here are some guidelines:
Code Style
- Run
cargo fmtbefore committing - Run
cargo clippyto check for common mistakes - Write tests for new functionality
Pull Request Process
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Make your changes and commit them
- Push to your fork
- Open a Pull Request
Testing
Please ensure all tests pass:
cargo test
And check code quality:
cargo fmt
cargo clippy
License
By contributing, you agree that your contributions will be licensed under the MIT License.