We warmly welcome your contributions to the llm project! Your contributions will help us improve the project and make it more useful for everyone.
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:
- Fork this repository.
- Create your feature branch (
git checkout -b feature/YourFeature). - Make changes and commit (
git commit -m 'feat: Add some feature'). - Push to your branch (
git push origin feature/YourFeature). - Submit a Pull Request.
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.
Please read our Code of Conduct to understand the expected behavior within our community.
Thank you for your contributions!