Skip to content

贡献指南

欢迎为 YaoXiang 项目贡献代码和文档!

如何贡献

  1. Fork 仓库
  2. 创建特性分支:git checkout -b feature/xxx
  3. 提交更改:git commit -m "feat: xxx"
  4. 推送分支:git push origin feature/xxx
  5. 创建 Pull Request

代码规范

  • 遵循项目代码风格
  • 确保测试通过
  • 更新相关文档

提交规范

feat: 新功能
fix: 修复 bug
docs: 文档更新
refactor: 重构
test: 测试相关
chore: 构建/工具更新

相关资源