# Contributing to Void
First off, thank you for considering contributing to Void! We welcome contributions from everyone.
## Getting Started
1. Fork the repository on GitHub.
2. Clone your fork locally.
3. Ensure you have Rust installed (`stable` channel).
4. Run `cargo test` to verify everything works.
## Pull Request Process
1. Create a new branch for your feature or bugfix.
2. Write tests if applicable.
3. Ensure your code passes `cargo fmt` and `cargo clippy`.
4. Submit a Pull Request with a clear description of the changes.
## Code Style
Void follows standard Rust conventions. Please ensure your code passes `cargo fmt` and `cargo clippy` without warnings. We use the standard 4-space indentation for Rust files, and a max line length of 100 characters.
## Reporting Bugs
If you find a bug, please create an issue on GitHub with a clear description of the problem and steps to reproduce it.