Skip to content

Contributing 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's code style
  • Ensure tests pass
  • Update related documentation

Commit Standards

feat: new feature
fix: bug fix
docs: documentation update
refactor: refactoring
test: test related
chore: build/tool update