# Contributing Guide
Thank you for considering contributing to lumin!
## Development
1. Clone the repository
2. Build the project
```bash
cargo build
```
3. Run tests
```bash
cargo test
```
## Pull Request Process
1. Ensure your code passes all tests
2. Update the documentation if necessary
3. The PR will be merged once it passes review