Skip to content

Contribution Guide ​

Welcome to contribute code and documentation to the YaoXiang project!

How to Contribute ​

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/xxx
  3. Commit your changes: git commit -m "feat: xxx"
  4. Push the branch: git push origin feature/xxx
  5. Create a Pull Request

Code Standards ​

  • Follow the project code style
  • Ensure tests pass
  • Update relevant documentation

Commit Convention ​

feat: New feature
fix: Fix bug
docs: Documentation update
refactor: Refactor
test: Test related
chore: Build/tooling update