We welcome contributions to FIX!
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature
- Write clean, well-documented code.
- Test your changes:
cargo test
- Commit your changes:
git commit -m "Add your message here"
- Submit a pull request.
- Follow Rust's official coding conventions.
- Ensure compatibility with Cargo.
Use the GitHub Issues tab to report bugs or suggest features.
Thank you for contributing!