Contributing
Development Setup
git clone https://github.com/orangekame3/qasmfmt
cd qasmfmt
cargo build
Running Tests
cargo test
Code Style
Format code before committing:
cargo fmt
cargo clippy
Pull Requests
- Fork the repository
- Create a feature branch
- Make changes
- Run tests
- Submit PR
Reporting Issues
Please include:
- qasmfmt version
- Input QASM code
- Expected output
- Actual output