Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 644 Bytes

File metadata and controls

27 lines (20 loc) · 644 Bytes

贡献指南

欢迎为 git-batch 贡献代码!在提交贡献前请阅读本指南。

开发流程

  1. Fork 主仓库
  2. 创建特性分支 (git checkout -b feature/AmazingFeature)
  3. 提交修改 (git commit -m 'Add some AmazingFeature')
  4. 推送到分支 (git push origin feature/AmazingFeature)
  5. 发起 Pull Request

代码规范

  • 使用 StandardJS 代码风格
  • 提交信息遵循 Conventional Commits 规范
  • 新功能需包含单元测试
  • 文档与代码同步更新

问题反馈

请使用 Issues 模板提交问题,需包含:

  • 问题描述
  • 复现步骤
  • 预期行为
  • 实际行为
  • 环境信息