# Contributing to llmrix SDK
We welcome contributions to the llmrix SDK! Please read this guide to get started.
## Getting Started
1. Fork the repository and create your feature branch: `git checkout -b my-new-feature`
2. Commit your changes: `git commit -am "Add some feature"`
3. Push to the branch: `git push origin my-new-feature`
4. Submit a pull request.
## Code Standards
- Please ensure all tests pass before submitting a PR.
- Follow the existing code style and conventions used in this project.
- Write tests for new features or bug fixes.
- Follow the Code of Conduct.
## Issues
Please report any bugs or feature requests using the GitHub issues tracker.