blob: 4412a4885415dd5864e720e2e90695777b9bc86c [file] [log] [blame] [view] [edit]
# Contributing
## Development Setup
1. Clone the repository
2. Install dependencies: `cargo xtask check`
3. Run tests: `cargo xtask test`
4. Format code: `cargo xtask fmt`
## Code Style
- Use `cargo xtask fmt` to format code
- Run `cargo xtask clippy` to check for lints
- Ensure all tests pass with `cargo xtask test`
## Documentation
- Update documentation in the `docs/` directory
- Build docs with `cargo xtask docs`
- Documentation is built with mdbook
## Pull Requests
1. Fork the repository
2. Create a feature branch
3. Make your changes
4. Run the full test suite
5. Submit a pull request
## Issues
Please report issues on the GitHub issue tracker.