Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 621 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (24 loc) · 621 Bytes

Contributing to FIX

We welcome contributions to FIX!

How to Contribute

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix:
    git checkout -b feature/your-feature
  3. Write clean, well-documented code.
  4. Test your changes:
    cargo test
  5. Commit your changes:
    git commit -m "Add your message here"
  6. Submit a pull request.

Code Style

  • Follow Rust's official coding conventions.
  • Ensure compatibility with Cargo.

Reporting Issues

Use the GitHub Issues tab to report bugs or suggest features.

Thank you for contributing!