Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Contributing

Contributing to Reaper

Thanks for your interest in contributing! Here are some guidelines:

Code Style

  • Run cargo fmt before committing
  • Run cargo clippy to check for common mistakes
  • Write tests for new functionality

Pull Request Process

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Make your changes and commit them
  4. Push to your fork
  5. 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.