Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.28 KB

File metadata and controls

26 lines (17 loc) · 1.28 KB

Contributing Guide

We warmly welcome your contributions to the llm project! Your contributions will help us improve the project and make it more useful for everyone.

How to Contribute

We encourage contributions through the following ways:

  • Report Bugs: If you find any issues or errors, please submit them in GitHub Issues.
  • Suggest Features: If you have new feature ideas, please also propose them in GitHub Issues.
  • Submit Code: If you wish to contribute code directly, please follow this process:
    1. Fork this repository.
    2. Create your feature branch (git checkout -b feature/YourFeature).
    3. Make changes and commit (git commit -m 'feat: Add some feature').
    4. Push to your branch (git push origin feature/YourFeature).
    5. Submit a Pull Request.

Development Guide

Before you start writing code, please make sure to read our Development Guide. It contains detailed information on setting up the development environment, running tests, code style, and the contribution process.

Code of Conduct

Please read our Code of Conduct to understand the expected behavior within our community.

Thank you for your contributions!